Gostrdr1337/FLAC-to-AAC — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool for macOS that helps me convert a folder of FLAC music files into AAC m4a files using the built in afconvert tool.
I want to run it with python main.py and get a friendly interactive menu where I can pick the folder with my FLAC files, choose where the converted AAC files should go, and start the conversion. After it finishes, it should also create an M3U playlist for the converted music.
Please include basic settings that I can change from the menu, like AAC quality, bitrate, encoding strategy, whether the screen clears between menus, and the color of the interface. The app should remember my settings so I don’t have to enter them every time.
Keep it easy to use for someone who is comfortable opening Terminal but doesn’t want to type complicated commands. If you need exact afconvert options, look up the current macOS docs online.
Want more depth? Deep Reverse