Python Script that draws a perfect circle on your screen
Before you start, make sure you have Python installed on your machine.
Follow the following steps:
- Clone this repository and go to the operating folder
git clone https://github.com/codester2835/Perfect-Circle.git
cd perfect-circle- Install the dependencies
pip install -r requirements.txt- Run the script
python perfect-circle.pyIf you want to contribute to this project, follow the steps below:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and confirm them:
git commit -m '<commit_message>' - Send to the original branch:
git push origin <project_name> / <location> - Create the pull request.
Alternatively, consult the GitHub documentation on how to create a pull request.
Editing the variable STEP_INCREMENT to equal 12 allows the mouse to draw a circle instead of a square. Even though a square (which is originally drawn) is not a circle, the max score is still reached. The reason for this is explained in a video by Code Bullet.
This project is under license. See LICENSE for more information.
