https://github.com/TheLizzard/Terminal-Tkinter
This is a library that makes tkinter apps run in terminal
https://github.com/TheLizzard/Terminal-Tkinter
python3 tkinter unix
Last synced: over 1 year ago
JSON representation
This is a library that makes tkinter apps run in terminal
- Host: GitHub
- URL: https://github.com/TheLizzard/Terminal-Tkinter
- Owner: TheLizzard
- License: gpl-3.0
- Created: 2020-06-23T19:21:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T20:48:49.000Z (over 2 years ago)
- Last Synced: 2024-10-24T02:31:02.612Z (over 1 year ago)
- Topics: python3, tkinter, unix
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terminal-Tkinter
This is a library that makes tkinter apps run in terminal.
Currently it only runs on Linux terminal.
# How to run
To run the example program:
* Open the Linux terminal
* Type in `python3 example.py`
To move the curcor around use `Control+Arrow` and to click use `Control+g`.