A Python CLI tool to translate, learn, and preserve African languages that technology has ignored. Starting with Twi (Ghana). Built for Africa's technological independence.
PS C:\Users\GOLD COMPUTERS\Desktop\Project\afrilang> & "C:\Program Files\Python313\python.exe" "c:/Users/GOLD COMPUTERS/Desktop/Project/afrilang/app.py"
* Serving Flask app 'app'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on
127.0.0.1
* Running on
192.168.1.95
Press CTRL+C to quit
127.0.0.1 - - [08/Mar/2026 11:40:56] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [08/Mar/2026 11:41:00] "GET /quiz HTTP/1.1" 200 -
127.0.0.1 - - [08/Mar/2026 11:41:10] "POST /quiz HTTP/1.1" 200 -
127.0.0.1 - - [08/Mar/2026 11:41:20] "POST /quiz HTTP/1.1" 200 -
PS C:\Users\GOLD COMPUTERS\Desktop\Project\afrilang> & "C:\Program Files\Python313\python.exe" "c:/Users/GOLD COMPUTERS/Desktop/Project/afrilang/app.py"
* Serving Flask app 'app'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on
127.0.0.1
* Running on
192.168.1.95
Press CTRL+C to quit
127.0.0.1 - - [08/Mar/2026 11:44:02] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [08/Mar/2026 11:44:06] "GET /quiz HTTP/1.1" 200 -
[2026-03-08 11:44:11,891] ERROR in app: Exception on /quiz [POST]
Traceback (most recent call last):
File "C:\Users\GOLD COMPUTERS\AppData\Roaming\Python\Python313\site-packages\flask\app.py", line 1511, in wsgi_app
response = self.full_dispatch_request()
File "C:\Users\GOLD COMPUTERS\AppData\Roaming\Python\Python313\site-packages\flask\app.py", line 919, in full_dispatch_request
rv = self.handle_user_exception(e)
File "C:\Users\GOLD COMPUTERS\AppData\Roaming\Python\Python313\site-packages\flask\app.py", line 917, in full_dispatch_request
rv = self.dispatch_request()
File "C:\Users\GOLD COMPUTERS\AppData\Roaming\Python\Python313\site-packages\flask\app.py", line 902, in dispatch_request
return self.ensure_sync(self.vie …