Thank you for positive feedback. Glad to hear you liked the program.
Patriot Programmer
11
Posts
19
Followers
36
Following
A member registered Jun 26, 2021 · View creator page →
Creator of
Play a mundane middle-aged man thrust into a series of dangerous and strange situations
Puzzle
A simple yet fun pixel game that puts you in the pilot's seat!
Action
Play in browser
Quickly and Easily combine RPG Maker MZ character generator files & folders!
Recent community posts
Character Generator File Organizer - FREE! comments · Replied to Weird Kenku in Character Generator File Organizer - FREE! comments
Character Generator File Organizer - FREE! comments · Replied to Weird Kenku in Character Generator File Organizer - FREE! comments
Character Generator File Organizer - FREE! comments · Replied to zanto in Character Generator File Organizer - FREE! comments
The tool was made with python and it imported several libraries: os, shutil, tkinter (GUI), and PIL (Python Imaging Library). The source code is only 32KB. It jumped up in size when converted to an executable file using pyinstaller. The executable file allows the program run without having the python interpreter or libraries installed on the user's local machine.
You bring up a good point, reducing the size by parsing library files and using pyinstaller options will be something to improve the tool in the future.