An open API service indexing awesome lists of open source software.

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

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.