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.
- Host: GitHub
- URL: https://github.com/fodydev/lewa-type
- Owner: fodydev
- License: mit
- Created: 2025-10-07T19:12:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-19T12:38:14.000Z (8 months ago)
- Last Synced: 2025-10-19T21:59:21.780Z (8 months ago)
- Language: HTML
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lewa-type
A platform to learn the typing using african writing systems.

## 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
```