Skip to content

trexhaydor7/Trigonometry_Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trigonometry_Visualizer

Python License: MIT

A simple Matplotlib Trigonometry Visualizer for learning trigonometry

This project is a simple webpage that lets you visualize trigonometric functions. I used Matplotlib to design a simple user interface and to visualize the unit circle. This project is made fully in Python and utilizes both the Matplotlib and numpy library for trigonometric functions, such as sin(θ), cos(θ), tan(θ), etc.

Features:

  • Visualize trigonometry in action 🏃
  • Scale up/down the size of grid for viewing 🎥
  • Switch between one and multiple triangles 🖱️
  • Simple and easy UI with cohesive instructions ⬅️
  • Text-based calculator for more precise calculations (coming soon) 👀

Demo Image


How to use the Trigonometry Visualizer

🖥️ Run Locally

1.Clone this repository:

git clone https://github.com/trexhaydor7/Trigonometry_Visualizer.git
cd Trigonometry_Visualizer

Or click the green Code button 🟢 and then select Download ZIP.

  1. Install the required packages together:
pip install -r requirements.txt

Or individually:

pip install matplotlib numpy
  1. Run the app:
python Trig_Visualizer.py

About

A simple Matplotlib Trigonometry Visualizer for learning trigonometry

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages