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.
- Host: GitHub
- URL: https://github.com/mach1el/py-product-manager
- Owner: mach1el
- License: mit
- Created: 2018-09-18T11:22:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T12:54:53.000Z (over 6 years ago)
- Last Synced: 2025-01-10T22:43:41.241Z (3 months ago)
- Topics: application, application-manager, pyinstaller, python-application, python-gui, python-tkinter, python-tkinter-application, python-to-exe, python3
- Language: HTML
- Size: 11.8 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.