Skip to content

A Flask based web application which determines your typing speed and also contains a flash typing game.

License

Notifications You must be signed in to change notification settings

ayushdata/fit-fingers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fit Fingers

Application

alt text -> Homepage <-

alt text -> Typing test <-

alt text -> Flash typing <-

Requirements

  • python
  • pip

Installation

First, clone this repository.

$ git clone https://github.com/Ayush-A/fit-fingers.git
$ cd fit-fingers

Create a virtual environment and activate it. For Windows:

$ pip install virtualenv
$ virtualenv venv
$ venv\Scripts\activate

Afterwards, install all the required files:

$ pip install -r requirements.txt

Configure the application for flask.

$ set FLASK_APP=application.py
$ set FLASK_DEBUG=1

Set the API KEY for embedding Google Maps in the application

$ set API_KEY=YOUR_API_KEY

Running the web application

$ python -m flask run

To see your application running, go to:

http://localhost:5000

About

A Flask based web application which determines your typing speed and also contains a flash typing game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published