An open API service indexing awesome lists of open source software.

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

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`.