https://github.com/khianvictorycalderon/python-tkinter-files
A collection of my python + tkinter files
https://github.com/khianvictorycalderon/python-tkinter-files
python python-library python-tkinter tkinter
Last synced: 11 days ago
JSON representation
A collection of my python + tkinter files
- Host: GitHub
- URL: https://github.com/khianvictorycalderon/python-tkinter-files
- Owner: khianvictorycalderon
- Created: 2025-01-20T01:05:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-31T02:32:27.000Z (about 1 year ago)
- Last Synced: 2025-12-28T04:26:45.640Z (5 months ago)
- Topics: python, python-library, python-tkinter, tkinter
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### These are my Python + TKinter files
All of these are used to train myself for using a python library
Prerequisite:
- pip
- tkinter
To run a python code:
- Install Python
- Open CMD
- Go to your python file directory
- type `cmd `, example: `cmd hello.py`