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 requiremenstspython main.py- settings and accounts:
settings/ - scenarios:
scenaries/ - profiles:
profiles/ - run outputs:
outputs/ - logs:
logs/
