A simple command-line based inventory management system written in Python. This system allows users to add products to the inventory, display a list of all products, and manage inventory information efficiently.
- Add products to the inventory
- Display list of products
- Clear terminal for better user experience
- Python 3.x
-
Clone the repository:
git clone https://github.com/your-username/inventory-system.git cd inventory-system pip install
-
Install the required colorama library:
pip install colorama
-
Run the program:
python main.py
Follow the on-screen prompts to interact with the inventory management system.
Contributions are welcome! Please feel free to submit issues and pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.