Miscellaneous Apps

This section highlights some miscellaneous applications that don't fit nicely into other categories.

In this section, so far I just have one GUI application to highlight. The File Renamer GUI is built with the Kivy GUI framework. It's a pretty simple app that takes in a few inputs (a prefix, a list of file extensions, and a folder) which it uses to rename all affected files (prefix_1.ext, prefix_2.ext, ...). More to come in this section in the future.