π Getting Started
Welcome! This is the Inventory Management System built using Python and MySQL. With this tool, you can easily track and manage your inventory items. The system is designed for both beginners and experienced users. Follow the steps below to set it up.
π₯ Download the Application

π Prerequisites
Before you download and install the application, ensure your system meets the following requirements:
- Operating System: Windows, macOS, or Linux
- Python Version: At least Python 3.6
- Database: MySQL version 5.7 or later
- Database Connector: Install
mysql-connector-python via pip
To install the database connector, open your terminal or command prompt and run:
pip install mysql-connector-python
π οΈ Installation Steps
- Visit the Release Page
- Go to the following link to download the application: Download Page
- Download the Latest Release
- Look for the latest version. Click on the download link for the ZIP file that corresponds to your operating system.
- Extract the Files
- Once downloaded, find the ZIP file in your Downloads folder.
- Right-click the file and select βExtract Allβ to unzip the content into a folder.
- Set Up MySQL Database
- Open your MySQL Workbench or any MySQL client.
- Create a new database named
inventory_management.
- Run the initial SQL script included in the project files to set up the required tables. You can find this script in the
database_setup.sql file.
- Configure the Application
- Open the
config.py file in the extracted folder.
- Update the database connection details, including your username and password.
- Run the Application
- Open a terminal or command prompt.
- Navigate to the folder where you extracted the files.
- Run the following command:
π Features
- Add New Items: Easily add new products to your inventory.
- Update Inventory: Keep stock levels accurate by updating existing items.
- Delete Items: Remove items from the inventory when they are no longer needed.
- View Inventory: Quickly display your current inventory status.
π Usage Instructions
When you run the application, an interface will open. You can use the menu to navigate through various options:
- Add Item: Fill out the form to add new items.
- Update Item: Select an item to modify its details.
- Delete Item: Choose an item to remove it from the system.
- View All Items: Get a complete list of items currently in your inventory.
βοΈ Troubleshooting
If you face any issues, here are some common fixes:
- Database Connection Errors: Double-check your database configuration in the
config.py file.
- Missing Dependencies: Ensure you installed the required Python packages, especially the MySQL connector.
- Application Crashes: Make sure Python is properly installed on your device. Running the application with Python 3.6 or higher is essential.
π« Support and Contributions
We welcome contributions! To report issues or suggest changes, please use the Issues tab on GitHub.
If you would like to contribute, feel free to create a pull request.
π‘ License
This project is licensed under the MIT License. See the LICENSE file for more information.
π Learn More
For more details or advanced usage, you can check other sections in the repository. Your feedback helps us improve the application!
π Additional Download Link
To download the application, visit this page: Download Page