https://github.com/tezcatlipoca0000/my_py_gui_test
A GUI made with python's module tkinter for managing payments
https://github.com/tezcatlipoca0000/my_py_gui_test
python3 sqlite3 tkinter
Last synced: 6 months ago
JSON representation
A GUI made with python's module tkinter for managing payments
- Host: GitHub
- URL: https://github.com/tezcatlipoca0000/my_py_gui_test
- Owner: Tezcatlipoca0000
- License: gpl-3.0
- Created: 2023-11-14T21:53:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T15:43:39.000Z (over 1 year ago)
- Last Synced: 2025-02-15T02:30:56.722Z (8 months ago)
- Topics: python3, sqlite3, tkinter
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My python GUI with tkinter module
# What it is:
- A python program that manages the payments of a service
- It is mostly part of my self-taught path to learn programming languages
- The program was intended to manage the payments of residents paying for the security service of the neighborhood
- This program was not finished and the project suspended## Dependencies:
- tkinter
- sqlite3