Takes screenshots of the screen until a QR code is detected then navigates to the first link found in the QR code. Originally made for finding Swag Hunt links during Reddit's Mod World livestream.
- Clone/download the project
- Open terminal and CD into the project
- Create venv (python -m venv venv)
- Activate venv (Windows: venv\Scripts\activate)
- Install requirements (pip install -r requirements.txt)
- Run main.py (python main.py)
Contributions are welcome! Please follow these guidelines:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them with descriptive messages.
- Push your changes to the forked repository.
- Submit a pull request.
If you encounter any issues or have suggestions, please open an issue here.
This project is licensed under the Creative Commons Attribution-NonCommercial License. See the LICENSE file for more details.