Skip to content

ZeroNiki/FastTyping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastType

About

lib:

  • FastAPI (Websockets, uvicorn)

Fast, simple typing test in FastAPI

Install

Clone repo:

git clone https://github.com/ZeroNiki/FastTyping.git

go to FastTyping.

Create venv:

if Linux:

python -m venv venv source venv/bin/activate

if Windows:

python -m venv venv venv\bin\activate 

install requirements:

pip install -r requirements.txt 

Usage

start webapp using uvicorn:

uvicorn src.main:app --reload 

go to 'http://127.0.0.1:8000/pages/s'.

About

Simple typing test

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published