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.
- 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) 👀
1.Clone this repository:
git clone https://github.com/trexhaydor7/Trigonometry_Visualizer.git
cd Trigonometry_VisualizerOr click the green Code button 🟢 and then select Download ZIP.
- Install the required packages together:
pip install -r requirements.txtOr individually:
pip install matplotlib numpy- Run the app:
python Trig_Visualizer.py