Skip to content

The Museum Database Management program is a Python application that facilitates the management of a museum's database using MySQL. It offers a range of functionalities for various user roles, including ADMIN, DATAENTRY, and GUEST, with each role having different levels of permissions.

License

Notifications You must be signed in to change notification settings

cotill/Museum-Database-Manager

Repository files navigation

Information

[MuseumProgram.py] is the main file of the program, this needs to be run as the main file.

MuseumData.sql is a file that is used as an example for the admin to source it and runs

Addition Library

mysql.connector: This is a library for connecting to MySQL databases from Python. It allows you to execute SQL queries, retrieve results, and perform various other database operations from within your Python scripts.

˚ʚ♡ɞ˚

About

The Museum Database Management program is a Python application that facilitates the management of a museum's database using MySQL. It offers a range of functionalities for various user roles, including ADMIN, DATAENTRY, and GUEST, with each role having different levels of permissions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages