Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcanadas/productos
Desktop app with Tkinter and SQLite for product management
https://github.com/pcanadas/productos
python sqlite tkinter
Last synced: 19 days ago
JSON representation
Desktop app with Tkinter and SQLite for product management
- Host: GitHub
- URL: https://github.com/pcanadas/productos
- Owner: pcanadas
- License: gpl-3.0
- Created: 2024-10-16T06:05:48.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-28T14:26:56.000Z (23 days ago)
- Last Synced: 2024-10-28T17:20:53.141Z (23 days ago)
- Topics: python, sqlite, tkinter
- Language: Python
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desktop app for product management
This is a small desktop application for product management. This application uses Python3 and uses the Tkinter library.
The name, price, stock, and category of the product are recorded, and any of the products can be edited or deleted.
Notice: This project was started while I was learning Python 3 and the Tkinter library. The purpose of this project is purely to give me the opportunity to learn how to code and design a web system and eventually experience the challenges that a full stack developer might face in their daily work.
## Built with :nut_and_bolt:
- Python - Lenguaje de programación
- Tkinter - Library
- SQLite - Base de datos![Image1][img1]
![Image2][img2]
![Image3][img3]
[img1]: /recursos/productos1.png
[img2]: /recursos/productos2.png
[img3]: /recursos/productos3.png## Getting Started
These instructions will get you a working copy of the project on your local machine for development and testing purposes.
See the installation instructions for notes on how to deploy the project to a live system.## Prerequisites
Below you will find what I use to develop and run the project- Python 3
- Tkinter
- SQLite database
- Virtualenv (not required, but highly recommended)## Installation
I use Virtualenv to develop this project, so I recommend you create a virtual environment virtualenv venv and install the requirementspip install -r requirements.txt
Then, get a local copy of the project directory by cloning "productos" from github.
Lastly, runpython app.py
## Authors
**Patricia Cañadas** - *Initial Work* - [pcanadas](https://github.com/pcanadas)## License
This project is licensed under the License GPL-3.0 license - see the LICENSE.md file for details