This tool allows you to press a button to take a screenshot, send it to ChatGPT, and display the response as an overlay on the screen.
- Imagine your doing this quizz. You just press
- key and the answer appears on the top left in a overlaybox after 1-2 second.

- Clone the repository.
- Create a file called
.env and insert OPENAI_API_KEY = "ABCD123456789"
- Set up a Python environment.
- Install dependencies with
pip install -r requirements.txt.
- Adjust the system prompt to your needs.
- Open your application. Every time you press the
- key, ChatGPT will assist you.