An open API service indexing awesome lists of open source software.

https://github.com/minemetero/lazypy-school

I'm lazy at school work... Some easy way? | 我太懒了老师,让我画图?不可能!
https://github.com/minemetero/lazypy-school

calculator python3 school schoolwork

Last synced: 4 months ago
JSON representation

I'm lazy at school work... Some easy way? | 我太懒了老师,让我画图?不可能!

Awesome Lists containing this project

README

          

### Main.py
The entery point. Almost every problem can be solve by it.

+ NumberLine_Calculator.py
You input a numbers or formulas it will show you the number on number line. (Requires **matplotlib** package)

+ VelocityDisplacement_Calculator.py
Some math formula... What you need to do is just input number.

+ Triangle_Calculator.py
Input the length of each side the calculator output a triangle with degree of each angle. (Requires **turtle** package)

+ InequalityStatement_Calculator.py
To calculate a inequality statement output the simplify one. (Requires **sympy** package)