Metadata-Version: 2.1
Name: school_algorithms
Version: 0.0.4
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 :: 3 - Alpha
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 algorithm module for Python
**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.

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


