This python program simulates the trajectory of a projectile launched at an angle to the horizontal. It calculates various parameters of the projectile motion and visualizes the trajectory using matplotlib animations.
- Calculate time of flight, maximum range, and maximum height of the projectile.
- Save trajectory data to a specified file.
- Plot the projectile trajectory using matplotlib animations.
- Python 3.x
- numpy
- matplotlib
- streamlit