# Chrome Cookie Extractor A simple Python application that extracts cookies from Chrome for a specific website. ## Requirements - Python 3.6+ - uv package manager ## Installation ```bash uv venv uv pip install -r requirements.txt ``` ## Usage ```bash python main.py --url ```