A simple Inventory Management System built with Python and Streamlit.
This system allows users to Add, Update, and View inventory items.
Before running the project, make sure you have the following installed:
-
Streamlit
➤ Official documentation: https://docs.streamlit.io/ -
Any Database Service (e.g., XAMPP for MySQL)
-
MySQL Connector for Python
Install using:pip install mysql-connector-python
-
Imported the database file (mysql) which is located in the database folder.
-
Just Type in the terminal
Streamlit run homepage.py