A menubar app that keeps the mouse moving on your computer
- to watch a movie without the screensaver turning on
- to read a long article
- to show others you are still there.
Developed by Ivan Storck
Clone the project:
git clone https://github.com/ivanoats/i-am-here.git
Go to the project directory:
cd i-am-here
Install dependencies:
python3 -m pip install -r requirements.txt
Start the app in development mode:
python3 i-am-here.py
or build the app with alias mode:
python3 setup.py py2app -A
Build the app with:
python3 setup.py py2app
Install the app (MacOS) with:
cp -r dist/i-am-here.app /Applications
Then allow accessibilty in system preferences.