jonathabejose-alt/SacredWare-Installer — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python installer for an app called SacredWare. There isn’t much project info, so keep it straightforward and make reasonable choices.
I want it to feel like a small desktop setup wizard, not a command line script. Use the included icon if possible. It should open with a welcome screen, let the user choose an install folder, show clear progress while it copies or sets up the needed files, and end with a success message. If something goes wrong, show a normal friendly error instead of crashing.
Please keep everything easy to run from installer.py and avoid making it complicated. Add comments where the code is doing important installer things so I can tweak the app name, version, folders, or files later. If there aren’t real app files yet, include placeholder logic that makes it obvious where they should go. Look up current Python docs online if you need to.
Want more depth? Deep Reverse