Skip to content

ivanoats/i-am-here

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I am here

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.

Authors

Developed by Ivan Storck

Development Dependencies

Run Locally

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 and Install

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.

Badges

MIT License