This projects represents a user-friendly database management system that allows user to enter their username/password, create/delete an account, and change their password.
Tech used: Python
This project was built with Python. To store user's information, sqlite3 was used as the database. PySimpleGUI created the username/password autentication system interface.
Learned how to create a database and a user interface using Python.