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

https://github.com/fodydev/lewa-type

A platform to learn the typing using african writing systems.
https://github.com/fodydev/lewa-type

Last synced: 5 months ago
JSON representation

A platform to learn the typing using african writing systems.

Awesome Lists containing this project

README

          

# lewa-type
A platform to learn the typing using african writing systems.

image

## Features

- Authentication
- Competition with leaderboards
- Integrated input method engines

## Installation & Setup

1. **Clone the repository**

```bash
git clone https://github.com/YOUR_USERNAME/lewa-type.git
cd lewa-type
```

2. **Create a virtual environment**

```bash
python -m venv venv
source venv/bin/activate # on Windows: venv\Scripts\activate
```

3. **Install dependencies**

```bash
pip install -r requirements.txt
```

4. **Initialize Database schema then Run the Flask server**

```bash
python init_db.py
flask run
```