This is a GUI login project that uses SQLite as its database system.
This project is a way for me to practice GUI development and database management actions including, but not limited to;
- Accessing databases
- Creating tables inside databases
- Inserting data into the tables
- Checking the contents of tables
- Database Creation and Management
- SQL/SQLite Querying
- UI Design
Initial Version
Uploaded to Github
- A user can enter in a username and password to login
- If they exist, a messagebox will display that the login work, otherwise, the messagebox will display it failed
- Program creates a database and table if neccsary, and then populates the top row with a default username and password
- Add a Sign Up Window
- Display information about the user who is logged in.