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? | 我太懒了老师,让我画图?不可能!
- Host: GitHub
- URL: https://github.com/minemetero/lazypy-school
- Owner: Minemetero
- License: apache-2.0
- Created: 2024-06-17T02:44:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T04:16:13.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T08:43:35.253Z (about 1 year ago)
- Topics: calculator, python3, school, schoolwork
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)