If you downloaded Ren’Py directly from the official website: Open your terminal. Remove the directory where you extracted the SDK: rm -rf ~/path/to/renpy-version-sdk Use code with caution.
Ren'Py stores configuration and persistent data (like save files) outside of the main folder so that settings aren't lost when you update the engine. To completely wipe all traces, you must clear these locations: 1. Persistent Settings and Saves Ren'Py saves data in platform-specific application folders: uninstall renpy
(Optional) Look for any folders named after games you have developed or played if you want to wipe player save files. macOS Leftovers Open . If you downloaded Ren’Py directly from the official
The steps can slightly vary depending on the distribution you are using: To completely wipe all traces, you must clear
If you're a developer and installed Ren'Py for testing, a tool like renUtil (a Python package) can help manage and uninstall specific instances from your terminal.