Skip to content

This is a GUI login software that uses SQLite as its database system. This project is a way for me to practice GUI development and database management.

Notifications You must be signed in to change notification settings

IsraelShowell/Login-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Creator: Israel Showell

Start Date: 3/29/2024

End Date: 3/29/2024

Project: Login Application

Version: 1.00


Description:

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

Concepts Used:

  • Database Creation and Management
  • SQL/SQLite Querying
  • UI Design

Version History:

V-1.00: (3/29/2024)

Initial Version
Uploaded to Github

Current Features as of V-1.00:

  • 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

Future Features to Implement:

  • Add a Sign Up Window
  • Display information about the user who is logged in.

About

This is a GUI login software that uses SQLite as its database system. This project is a way for me to practice GUI development and database management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages