https://github.com/nrxss/perfect-circle
Make a perfect circle on neal.fun with ~99% accuracy
https://github.com/nrxss/perfect-circle
pyautogui python python3
Last synced: 3 months ago
JSON representation
Make a perfect circle on neal.fun with ~99% accuracy
- Host: GitHub
- URL: https://github.com/nrxss/perfect-circle
- Owner: nrxss
- License: apache-2.0
- Created: 2023-03-31T15:18:37.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T15:41:44.000Z (about 2 years ago)
- Last Synced: 2025-01-16T14:22:27.613Z (3 months ago)
- Topics: pyautogui, python, python3
- Language: Python
- Homepage: https://neal.fun/perfect-circle/
- Size: 6.84 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perfect-Circle
Draw a perfect circle on [neal.fun](https://neal.fun) with ~99% accuracy### Dependencies 📚
- Python 3.x ([https://python.org](https://python.org))
- Pyautogui (To install run `pip install pyautogui` or `pip3 install pyautogui`)### How to use 📜
- Launch a terminal and get the command ready (`python main.py` or `python3 main.py`)
- Open [https://neal.fun/perfect-circle/](https://neal.fun/perfect-circle/) in a new tab and make it fullscreen
- Run the command and switch focus to the browser again. (Make sure it is fullscreen)
- Wait for around 5 seconds.### Troubleshooting 🛠️
#### Cannot run python or pip
- If you cannot run python or pip from a terminal, make sure to have both of them on *path*. To do that, if on Windows, search "Environment Variables" and find the PATH section. Click "Add" and paste the directory you installed Python in. (Should be "C:\Program Files\Python3\python.exe" or something similar. Make sure to include the .exe)
#### Script throws an error
- Make sure to have pyautogui installed. How to do that is mentioned on the *Dependencies* section. If you get an error while doing so, check the above troubleshooting guide.