Skip to content

A streamlit.io GUI application and MySQL database for 3D printer inventory storage and management.

License

Notifications You must be signed in to change notification settings

mbertagna/PrinterPalace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrinterPalace

By Michael Bertagna and Helena Gray

HOW TO USE PrinterPalace:

  1. Create a new MySQL database named "PrinterPalace"

  2. Open the "PrinterPalace.sql" file and run the entire file to generate the database with dummy data

  3. Open the Home.py, Create_Record.py, Update_Record.py, Delete_Record.py, and Search_Database.py files from the source code

  4. Update the " db = mysql.connector.connect( host = "", user = "", password = "", database = "PrinterPalace" ) " section in each file with your host, user, and password

  5. Open a console and navigate to the "PrinterPalace" directory

  6. Run the command "streamlit run Home.py"

  7. The application will open in your default brower and is ready for use!

Dependencies: streamlit pandas mysql.connector itertools

References:

About

A streamlit.io GUI application and MySQL database for 3D printer inventory storage and management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages