Skip to content

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

License

Notifications You must be signed in to change notification settings

suhailvs/pyinventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.py

Demo

demo

Screenshots

screeshot1

screeshot2

screeshot3

Make Ubuntu Executable file

pip install pyinstaller
pyinstaller main.py --onefile
cp -r images dist/
./dist/main

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages