Skip to content

pira245/TkinterProductManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title: TkinterProductManager

This product management desktop app is a class based basic solution with Python and Tkinter.

Product can be created with different categories and prices.

The comment and the app variables are in spanish.

Use this mini project to learn the basic steps for desktop app creation using Python and Tkinter.

1- Clone repository with htpps

git clone https://github.com/pira245/TkinterProductManager.git

2- Create an environment:

using Conda

conda create --name tkinter_env --file requirements.txt

using pip

pip install -r requirements.txt

3- Run core/main.py

python main.py

4- Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details.

About

Basic Product Desktop App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages