Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suhailvs/pyinventory
shop pro is an inventory and billing software developed using python3.2 tkinter and sqlite3. You need only python3.2 software installed on windows to run this. tkinter and sqlite3 modules are built in python3.2 so no need to install these packages
https://github.com/suhailvs/pyinventory
Last synced: 9 days ago
JSON representation
shop pro is an inventory and billing software developed using python3.2 tkinter and sqlite3. You need only python3.2 software installed on windows to run this. tkinter and sqlite3 modules are built in python3.2 so no need to install these packages
- Host: GitHub
- URL: https://github.com/suhailvs/pyinventory
- Owner: suhailvs
- License: apache-2.0
- Created: 2013-12-09T05:31:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T05:19:41.000Z (almost 2 years ago)
- Last Synced: 2023-04-03T17:43:01.582Z (over 1 year ago)
- Language: Python
- Homepage: https://sourceforge.net/projects/pyinvoice/files/
- Size: 9.73 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pyinventory
===========if you’d like to help out, hop on over to GitHub and send us a pull request!
Windows installation
--------------------pyinventory is an inventory and billing software developed using python3.2 tkinter and sqlite3. You need only python3x software installed on windows to run this. tkinter and sqlite3 modules are built in python3.x so no need to install these packages
Linux Installation
------------------For linux os:
Install Python3 Tkinter Package:
$ sudo apt-get install python3-tk
Run the app:
$ cd pyinventory
$ python3 main.pyDemo
----![demo](https://raw.github.com/suhailvs/pyinventory/master/demo.gif)
Screenshots
-----------![screeshot1][logo1]
![screeshot2][logo2]
![screeshot3][logo3]
[logo1]: https://raw.github.com/suhailvs/pyinventory/master/images/screenshots/screenshot1.jpg
[logo2]: https://raw.github.com/suhailvs/pyinventory/master/images/screenshots/screenshot2.jpg
[logo3]: https://raw.github.com/suhailvs/pyinventory/master/images/screenshots/screenshot3.jpgMake Ubuntu Executable file
---------------------------pip install pyinstaller
pyinstaller main.py --onefile
cp -r images dist/
./dist/main