This module was written for education in math, by generating math tasks
Project description
Tasks Generator
A task generator, created for pupils, students and teachers for education.
Table of Contents
Installation
Usage
Documentation
Installation
The project can be install via pip
pip install tasks-generator
Usage
Here is an example of how you would generate logarithm tasks:
from tasks_generator import logarithms
#generate random task:
answer, task = tasks_generator.logarithm_generator()
print(task)
print(answer)
Also you can use any logarythm function from the library as an example use random_logarithm()
answer, task = tasks_generator.random_logarithm()
print(task)
print(answer)
Investigate other functions for your own. A list of avilable functions:
random_logarithm()
logarithm_multiplication()
logarithm_division()
random_logarithm_in_degree()
random_figure_in_logarithm_degree_multiplication()
random_figure_in_logarithm_degree_addition()
random_logarithm_in_degree_subtraction()
random_logarithm_with_fractions()
random_logarithm_with_fractions_in_degree()
random_logarithm_with_fractions_in_degree_subtraction()
random_logarithm_with_fractions_in_degree_addition()
logarithms_addition()
figure_in_logaritms_degree_addition()
figures_in_logaritms_degree_addition()
logarithms_subtraction()
logarithms_subtraction_new()
figure_in_logaritms_degree_subtarction()
figures_in_logaritms_degree_subtarction()
logarithm_addition_of_divisions()
logarithm_subtraction_of_divisions()
logarithm_generator()
Use [answer, task] variables
Documentation
#ToDo
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tasks_generator-0.0.6.tar.gz.
File metadata
- Download URL: tasks_generator-0.0.6.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70461752084214f38e331d6a89a4ce28abad0166b718062c1b48acd61f3513e3
|
|
| MD5 |
f8e05d70686b01ccccfcb2fcfa152b63
|
|
| BLAKE2b-256 |
829d7261789e05cd92f7ed576ed68bcdf081d468a3126b00dcaaccd9c1299d99
|
File details
Details for the file tasks_generator-0.0.6-py3-none-any.whl.
File metadata
- Download URL: tasks_generator-0.0.6-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fcb4a9588444573246c3eb58d092bb27ec90b14e734cb81dfbd8b9f8a28ae08
|
|
| MD5 |
22f2611e8bd59dcf4b709e396b880412
|
|
| BLAKE2b-256 |
046fe2e17ec13c40f61b36508eb9b99ffd5974f0a500e3e29cb4eac6fea6c252
|