News

the Python API consists of three functions that reside in the tec_util module. These functions follow a similar API to their command line counterparts. All functions accept pathnames as input and ...
However, if you write command line programs in Python, Gooey can help. By leveraging some Python features and a common Python idiom, you can convert a command line program into a GUI with very ...
This repo contains examples and explanations about how to turn a simple Python script into a command line script/tool. While this may seem like a trivial task for seasoned developers, this isn't ...