Open-source cleaner program that removes all the cache files in the system.
- It cleans all the Cache in your system, by deleting all the directories that are named "cache" or that include the word "cache" in their name.
- Files that are protected or that are beign currently used will not be deleted.
- It only works on Windows for now.
- Install customtkinter
pip install customtkinter
- If using GIT, clone the repo with
git clone https://github.com/Kuvrot/OpenCleaner.git
- Initialize the program with
python main.py
- If you have Unreal Engine installed and try to open a project you may encounter the following error:
This project requires the 'Alembic Importer' plugin, which has a missing dependency on the 'Geometry Cache' plugin.
- How to fix: Verify your Unreal engines installation. Note: Unreal engine projects may took longer to open for the first time after cleaning
- All your software may take longer to open the first time after cleaning.