Skip to content

wordpracticebot/wordpractice2

Repository files navigation

Logo

wordPractice v2

Practice your typing skills while having fun, compete with typists from around the world.

Configuration

  1. Create a .env file in the root directory of the repository.

  2. Copy the content from .env.example into .env and fill it with the necessary information.

  3. Configure variables in data/roles.py and data/icons.py (all emojis can be found in the emoji directory)

Running

Production

docker compose up

Development

Python 3.9+ is required

  1. Install Poetry using pip install poetry

  2. Install the necessary dependencies using poetry install

  3. Activate the poetry virtual environment using poetry shell

  4. Type python main.py to run

Formatting

Black, isort and Prettier are used for formatting