#DBProject: Library Database System
##Description
This is a simple library database system based on Python, wxPython and SQLite
##Instructions
To run this program, you'd better make sure that you have Python 2.7 and wxPython 3.0.0.
Then:
- Use
python init.pyto initialize the database and to create an administrator account when you run the program for the first time. - Use
python main.pyto get the main frame working and choose functions as you like. - There are two examples for you to add books to the database:
book.in,book2.in. And there is also an example for you to test whether the program can handle clashes:bookclash.in.