PNS is an open source software that solves the Numericals in Physics. Like given a projectile’s angle and velocity it can find the rest of the attributes of the projectile that are its Range, its Time Period, its Max Height Achieved.
If you are on windows just go to PNS READY TO USE and download the exe and enjoy.
If you are on Linux or Mac or want to contribute perform the following steps:
git clone https://github.com/frost-head/Physics-Numerical-Solver.git
pip3 install pillow
pip3 install ttkthemes
sudo apt-get install python3-tk
brew install tcl-tk