A basic inventory program This project is an inventory program designed to be run localy on the command prompt (cmd). The program is to be run on your choice of IDE. All comments and additional notes related to the project are written within the code itself.
Before running this project, make sure you have the following software installed on your system:
- Python (version 3.x)
- IDE of your choice
- Clone the repository to your local machine using the following command: git clone https://github.com/Kgothatso-create/inventory
- Download zip folder
- o pen inventory.py file on prefered IDE and run
If you'd like to contribute to this project, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name: git checkout -b my-new-feature
- Make your changes and commit them with appropriate messages: git commit -am 'Add some feature'
- Push your branch to your forked repository: git push origin my-new-feature
- Create a new pull request on the original repository.
If you encounter any issues or have any questions, please feel free to create an issue on the GitHub repository.