An open API service indexing awesome lists of open source software.

https://github.com/sibaniii/hospital-management-system-both-backend-and-frontend-with-gui-

This is a software system created using mysqlxpython interface
https://github.com/sibaniii/hospital-management-system-both-backend-and-frontend-with-gui-

crud-application gui hospital-management-system mysql mysql-connector mysql-database python python-mysql-connector python-mysql-crud ui ui-ux ux

Last synced: 3 months ago
JSON representation

This is a software system created using mysqlxpython interface

Awesome Lists containing this project

README

          

So this software consists of 2 parts
1) BACKEND - which is a mysql databse
2) FRONTEND - a basic gui

for backend the libraries used are: prettytable(to arrange data in tables) ,colorama(colour and font), mysql.connector(to create interface between python and mysql),
time, csv

for frontend the libraries used are: tkinter(to create gui,popups etc.), PIL (image handling), db_config (db connection)