Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yosefbeder/ar-mental-math-trainer

A voice-based bot that asks random maths questions in Arabic.
https://github.com/yosefbeder/ar-mental-math-trainer

Last synced: 2 days ago
JSON representation

A voice-based bot that asks random maths questions in Arabic.

Awesome Lists containing this project

README

        

# ar-mental-math-trainer

## Installation

```bash
git clone https://github.com/yosefbeder/ar-mental-math-trainer.git
cd ar-mental-math-trainer
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

## Usage

```bash
# syntax
python main.py operations digit_count waiting_time(s)
# example
python main.py +-x/ 2 2
# note: "x" represents multiplication (not "*"; due to technical issues)
```