
A simple application to view and manage inventory
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A part time side project built in python by using PyQt5 framework to render spotless UI and SQLite3 for robust database management
To install this application, you will need python installed on your system and be present in your PATH variable.
(Optional) Python Package Mangement System like Anaconda or Poetry.
Verify whether Python is installed in your system or not.
- Shell
$ python --version
Follow the steps to set up the project.
- Clone the repo
git clone https://github.com/KXN2004/Bosch-Inventory.git cd Bosch-Inventory
- Install Project Dependencies (Preferably using conda)
conda install --name ENVIRONMENT_NAME --channel conda-forge python=3.12 pyqt sqlalchemy
Set up the project by following the installation procedure mentioned above
Or run a executable on your system by downloading it from the Releases
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
LinkedIn - @Kevin Nadar - [email protected]
Project Link: https://github.com/KXN2004/Bosch-Inventory