https://github.com/deanp70/googly-eyes
A simple electron app that adds googly eyes in the bottom right of you screen that follow your mouse around.
https://github.com/deanp70/googly-eyes
application chatgpt electron fun googly-eyes
Last synced: 8 months ago
JSON representation
A simple electron app that adds googly eyes in the bottom right of you screen that follow your mouse around.
- Host: GitHub
- URL: https://github.com/deanp70/googly-eyes
- Owner: deanp70
- License: mit
- Created: 2023-06-20T14:26:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T16:06:29.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T20:14:41.791Z (about 1 year ago)
- Topics: application, chatgpt, electron, fun, googly-eyes
- Language: HTML
- Homepage:
- Size: 3.01 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Googly Eyes 👀
A simple ElectronJS app that adds a pair of eyes in the bottom right of your screen, which follow your mouse around.
To run the app, simply clone the repo and `cd` into the folder, then:
```bash
npm ci
npm run start
```
⭐️ Star it if you like it. I built this with ChatGPT's help over a fun hour since I saw it someplace in a video and wanted one for myself.
## Packaging For Mac
If you want to create a proper mac application, so you don't need to run any commands to have the app running simply run the following commands once to create the app:
```bash
npm ci
npm run package-mac
```
You'll see a `dist` folder appear with the app. Double-click it to run it.