What I made is a simple Hospital Management System built in Python using CustomTkinter. It has a login system, a dashboard, and different pages like patients, doctors, appointments, and settings with dark/light mode.
The most challenging part was connecting everything together, especially making the login system work with users stored in a text file and managing the different pages in the same window without breaking the layout.
I am proud that I was able to create a full working interface with multiple screens and a working navigation system, even though I am still learning Python.
To test the project, users should run the program, log in using a username and password from the users.txt file, and then explore the different sections using the sidebar.
- 6 devlogs
- 2h