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: 10 months 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T00:43:46.000Z (10 months ago)
- Last Synced: 2025-03-10T01:43:14.547Z (10 months ago)
- Topics: python, python-library, python-tkinter, tkinter
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 1
- 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`