$ git clone https://github.com/masalinas/poc-tcl-tk-python.git $ cd poc-tcl-tk-python $ python3 -m venv .venv $ source .venv/bin/activate $ pip install -r ...
This repository contains examples of user interfaces created using the Tkinter module in Python. The interface examples utilize toolbox elements such as listbox and button.