Python-based application that allows users to manage an inventory of items by adding, removing, updating, and searching for items. This system will help the company keep track of its stock and ensure efficient management of resources.
Creating a simple data collection with the help of lists and dictionaries, which includes some default data.- Creating different functions like:
Addition: allows users to add new items to the inventory
Updating: enables users to update the quantity of existingitems
Removing: allows users to remove items from the inventory
Showing Data: displays the current inventory data
Data Persistence
The system uses JSON files to save and load the inventory data, ensuring that the data is preserved between sessions.
User-friendly interface
Easy to use and navigate
Efficient management of resources
Data persistence using JSON files
- Run the main.py file to start the application
- Follow the menu options to add, update, remove, or show data
- Use the save_data function to save the data to a JSON file
- Use the load_data function to load the data from a JSON file
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
MUNEEB UR REHMAN (MUNEEB502)