Status: Developing
⚠️
- Product Registration
- ⬜ Code
- ⬜ Product
- ⬜ Price
- 🔘 Computers
- 🔘 Food
- 🔘 Electronic
List button: Makes a list of all registered components.
Send button: Save the information added to the database.
DELETE button: Deletes the selected line.
PDF button: Generates a pdf file with the information that is saved in the database. Note: This file will be saved in the same folder as the project.
EDIT button: Allows you to edit the selected line.
Updates the information that has been modified.
Python | MySql |
3.9 | 8.0 |
PyQt5 | reportlab.pdfgen | mysql.connector |
5.15.6 | 3.6.3 | 2.2.9 |
- PyQt5: User Interface
- reportlab.pdfgen: Generate Pdf
- mysql.connector: Connect ing to the database
- Download the repository
- Run the file controle.py in the main folder.
- Have fun exploring the possibilities, you will be able to add, query, edit and delete information through the graphical interface.