Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yosefbeder/ar-mental-math-trainer
- Owner: yosefbeder
- Created: 2024-08-04T12:40:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T07:22:42.000Z (3 months ago)
- Last Synced: 2024-08-05T08:47:55.895Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```