An open API service indexing awesome lists of open source software.

https://github.com/mach1el/py-product-manager

Products manager application written by python.Using tkinter to make GUI.
https://github.com/mach1el/py-product-manager

application application-manager pyinstaller python-application python-gui python-tkinter python-tkinter-application python-to-exe python3

Last synced: about 2 months ago
JSON representation

Products manager application written by python.Using tkinter to make GUI.

Awesome Lists containing this project

README

        

# Products Manager

## Intro
This simple project wrote for managing products.In this project i used 100% python language version 3.x,for GUI i used tkinter library,for products database i used sqlite3 which stable with python and json for storing username & password.For closing my code i used pyinstaller library,the correctly file that from Product-Manager/dist/App/App.exe.I also keep the source code in parent directory which named App.py.

## Login
* username: admin
* password : root

## Require
* Python 3.6
* pillow

## Installation
* pip install pillow

## Note
In the first time you run the file App.exe,it will create all database.