A simple, friendly desktop app to browse Conan Exiles Steam Workshop mods, save favorites, and build optimized load orders.
- Developed in Python 3.14.0
- Create a virtual environment for your workspace.
- Install dependencies:
pip install -r requirements.txt- Launch the app:
python main.pyw- A Mod Browser with a searchable list of mods.
- Click a mod to see full details and a preview image in the Details panel.
- Add favorites for quick access and save/load optimized load order presets.
- You will need a free Steam Web API key: Get one from Steam.
- Set your Steam Web API key in Settings.
- Use File → Update Mod List to fetch and/or update the latest mods from the Steam Workshop.
- Data is stored in
ce_mm.dbin the project folder. The db is created on first app run.
This project is available under the MIT License. See the LICENSE file for details.