how to make sure this thing actually works.
- prereq: ensure
ollamais running (ollama serve). check ifpytesseractcan see your tesseract install (tesseract --versionin terminal). - run:
python main.py - select:
offline - prompt: type "writing code"
- action: open a youtube video or reddit. wait 5 mins.
- verify: did you get a toast notification roasting you?
- prereq: valid
GEMINI_API_KEYin.env. - run:
python main.py - select:
online - prompt: type "working on spreadsheet"
- action: play a game. wait 5 mins.
- verify: check for toast notification.
if you don't wanna wait 5 mins:
- open
main.py - find
time.sleep(300) - change to
time.sleep(10) - run again.