CamouFlow is a desktop app for managing browser automation scenarios and profiles based on Camoufox/Playwright. It is built with PyQt6 and stores its working data locally.
- manage profiles and accounts
- configure and run scenarios and steps
- logging and saving run results
- local storage for settings and profiles
Requirements: Python 3.11+.
py -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
pip install pyinstallerpython main.pyNote: the first launch may take a while because Camoufox is downloaded automatically.
MIT




