- GUI Database management system made with python-tkinter & SQLite
- UI improved using customTkinter module (https://github.com/TomSchimansky/CustomTkinter).
- Includes basic features like adding, deleting and updating records as well as features like room allocation, employee/patient registration, bill generator and more.
- Intall a code-editor pref. VS Code
- Install python
- Try running
pip -V
orpython -V
in the terminal - If the previous step doesn't work follow this tutorial https://www.youtube.com/watch?v=dj5oOPaeIqI&ab_channel=TechnoPanti
- Next, install the required library
pip3 install customtkinter
, docs : https://github.com/TomSchimansky/CustomTkinter - Run the login.py file
- Fill in the credentials (user : admin, pswd : 2020)
- This will open up the main menu from where the user can navigate to different frames/windows to work with the selected option.