├── README.md ├── docs └── platypus_logo.gif ├── guided_tour.py ├── requirements.txt ├── setup.py ├── tkui ├── __init__.py ├── functions.py └── generated_tree.py ├── tour_functions.py └── tour_text.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrp/tkui/HEAD/README.md -------------------------------------------------------------------------------- /docs/platypus_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrp/tkui/HEAD/docs/platypus_logo.gif -------------------------------------------------------------------------------- /guided_tour.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrp/tkui/HEAD/guided_tour.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrp/tkui/HEAD/requirements.txt -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrp/tkui/HEAD/setup.py -------------------------------------------------------------------------------- /tkui/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrp/tkui/HEAD/tkui/__init__.py -------------------------------------------------------------------------------- /tkui/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrp/tkui/HEAD/tkui/functions.py -------------------------------------------------------------------------------- /tkui/generated_tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrp/tkui/HEAD/tkui/generated_tree.py -------------------------------------------------------------------------------- /tour_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrp/tkui/HEAD/tour_functions.py -------------------------------------------------------------------------------- /tour_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asrp/tkui/HEAD/tour_text.py --------------------------------------------------------------------------------