Skip to content

A GUI Physics Problem Solver written in Python

Notifications You must be signed in to change notification settings

Ipsita-Mondal-30/Pylator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pylator

Pylator is a advanced GUI Physics Problem Solver written in python.

It uses tkinter for the GUI, sympy to solve equations, matplotlib/numpy to plot graphs, and math for some additional functions

It aims to provide a sleek ui/ux while being as practical as possible.


Screenshot

Screenshot


Features

  • Quadratic Equation solver
  • Body Mass Index calculator
  • 2 variable simultaneous equation solver
  • Electric Circuit solver (computes V,I,R,P and V/I graph)
  • Sides of Triangle solver
  • Marathon problem solver (Angle of depression)

Contribution

  • Fork this repo
  • Clone from your terminal
  • Install these libraries from pip - tkinter, sympy, numpy, matplotlib, tkhtmlview
  • Make your changes
  • Push with a proper commit name
  • Make a Pull Request

About

A GUI Physics Problem Solver written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.5%
  • HTML 19.5%