Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanoats/i-am-here
A simple menu bar app that keeps your status active
https://github.com/ivanoats/i-am-here
jiggler menubar-app pyautogui python stay-awake
Last synced: 26 days ago
JSON representation
A simple menu bar app that keeps your status active
- Host: GitHub
- URL: https://github.com/ivanoats/i-am-here
- Owner: ivanoats
- Created: 2022-10-08T03:36:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T04:37:08.000Z (about 2 years ago)
- Last Synced: 2024-08-03T09:05:27.720Z (4 months ago)
- Topics: jiggler, menubar-app, pyautogui, python, stay-awake
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - I am here
README
# 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
- [@ivanoats on github](https://www.github.com/ivanoats)
- [@ivanoats on linkedin](https://www.linkedin.com/ivanoats)## Development Dependencies
- [PyAutoGUI](https://github.com/asweigart/pyautogui)
- [Py2App](https://py2app.readthedocs.io/en/latest/index.html)
- [Rumps](https://rumps.readthedocs.io/en/latest/)## Run Locally
Clone the project:
```bash
git clone https://github.com/ivanoats/i-am-here.git
```Go to the project directory:
```bash
cd i-am-here
```Install dependencies:
```bash
python3 -m pip install -r requirements.txt
```Start the app in development mode:
```bash
python3 i-am-here.py
```or build the app with alias mode:
```bash
python3 setup.py py2app -A
```## Build and Install
Build the app with:
```bash
python3 setup.py py2app
```Install the app (MacOS) with:
```bash
cp -r dist/i-am-here.app /Applications
```Then allow accessibilty in system preferences.
## Badges
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)