Skip to content

Script that draws a perfect circle on your screen. Perfect for beating neal.fun with ~99.9% accuracy

License

Notifications You must be signed in to change notification settings

Ryrden/perfect-circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perfect Circle Script

GitHub last commit GitHub language count Github repo size Github stars

Video demo

Python Script that draws a perfect circle on your screen

Prerequisites

Before you begin, make sure you have the following dependencies installed:

  • Before you begin, make sure you have the Python installed on your machine. If you don't have it, you can download Python here.

How to run the project

Follow the steps below to run the project on your local machine:

Execute the following commands from the project root folder:

Clone this repository

git clone https://github.com/Ryrden/perfect-circle.git
cd perfect-circle

This link can be found in the green button above Code.

Create a Virtual Environment

python3 -m venv venv

Activate the virtual environment

On Windows

venv\Scripts\activate

On Unix or MacOS

source venv/bin/activate

Install the dependencies

pip install -r requirements.txt

Run the project

python ./draw_a_circle.py

How to Contribute

If you want to contribute to this project, follow the steps below:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and confirm them: git commit -m '<commit_message>'
  4. Send to the original branch: git push origin <project_name> / <location>
  5. Create the pull request.

Alternatively, consult the GitHub documentation on how to create a pull request.

Note

Editing the variable STEP_INCREMENT to equal 90 allows the mouse to draw a square instead of a circle. Even though a square is not a circle, the max score is still reached. The reason for this is explained in a video by Code Bullet.

License

This project is under license. See LICENSE for more information.

Back to the top

⬆ Back to the top

About

Script that draws a perfect circle on your screen. Perfect for beating neal.fun with ~99.9% accuracy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages