Metadata-Version: 2.1
Name: school_algorithms
Version: 1.3.5
Summary: School algorithm module for Python
Home-page: https://github.com/Sammygarch/school_algorithms.git
Author: Sammy Garcia
Author-email: s@mmygarcia.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Sammygarch/school_algorithms/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Education
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# School Algorithms
**school_algorithms** is a **Python** module for secondary school
maths and physics equations.

It aims to provide a simple way for secondary school students
to learn and calculate equations that they often use.

## To import:
```
import school_algorithms
```

Functions include:
- A function that calculates power from energy and time
- A function that calculates energy from power and time
- A function that calculates time from power and energy
- A function that uses Pythagorean theorem to calculate the hypotenuse of a right-angled triangle
- A function that uses Pythagorean theorem to calculate a leg of a right-angled triangle
- A function that calculates the area of a triangle
- A function that calculates the area of a trapezium
- A function that calculates the area of a circle


