The GUI Update (v5)!
v5.0.0, GUI Update!
This version officially releases the first version of the graphical user interface (GUI). Some other features are found in the changelog:
- New GUI script implementing Tkinter for GUI control of the program.
- Options button intentionally left disabled as no options are currently available
- The ability for the main script to be used as a library as well as a standalone script
- Renamed main script so that it could be imported into another script without using hacky code.
GUI functionality is currently limited and will be expanded with future updates.
To use the GUI you will need the Auto_Convert.py script in the same directory as the GUI script. Then execute the GUI script.
This version was tested with Python 3.5.2