Interactive unit circle, done in Python and PyGame. Based on the online, interactive, unit circle from MathIsFun.com.
You can use pip to install PyGame using the requirements.txt file in the repo with:
pip install -r requirements.txt
Run with: python unit_circle.py
Press 'Esc' to quit out of the program.
Kingcitaldo125/UnitCirclePygame is licensed under the Apache License 2.0 A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
For more information, please refer to the LICENSE file.