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:
conda create --name tkinter_env --file requirements.txt
pip install -r requirements.txt
3- Run core/main.py
python main.py
4- Screenshots
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details.


