Menu

Tree [b4bfad] master /
 History

HTTPS access


File Date Author Commit
 img 2013-12-09 suhailvs suhailvs [2605bd] Updated Readme: Added screenshorts.
 modules 2018-03-07 Suhail vs Suhail vs [b4bfad] added peewee orm
 screenshots 2013-12-09 suhailvs suhailvs [2605bd] Updated Readme: Added screenshorts.
 .gitignore 2018-03-07 Suhail vs Suhail vs [b4bfad] added peewee orm
 LICENSE 2013-12-09 suhail suhail [444b7a] Initial commit
 README.md 2018-03-07 Suhail vs Suhail vs [b4bfad] added peewee orm
 blackbox.py 2013-12-09 suhailvs suhailvs [2605bd] Updated Readme: Added screenshorts.
 db.py 2018-03-07 Suhail vs Suhail vs [b4bfad] added peewee orm
 gui.py 2018-03-07 Suhail vs Suhail vs [b4bfad] added peewee orm
 main.py 2013-12-09 suhailvs suhailvs [2605bd] Updated Readme: Added screenshorts.

Read Me

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:

$ cd gui_app
$ sudo apt-get install python3-tk

Run the app:

$ python3 main.py

Screenshots

screeshot1

screeshot2

screeshot3