rosswf / typing-trainer

Typing trainer made in pygame
MIT License
5 stars 7 forks source link
pygame python python3

Typing Trainer

Typing trainer made in pygame.

This was primarily created to practice OOP but turned into quite a fun little game!

typing-title typing-game typing-end

Setup

Install the required packages from requirements.txt

pip install -r requirements.txt

Create your own word list and name it words.txt. Put it in the same directory as typing_trainer.py or use one of the sample word lists in samples/

Usage

Simply run typing_trainer.py

python3 typing_trainer.py

Options

For now, configuration is done inside typing_trainer.py file itself. At the top of the file there are a number of options for changing things like screen height/width, min & max word length, number of words per second etc. Have a look and play around!

Roadmap

Contributions

Pull requests & feedback are more than welcome. Please get in touch first if you intend to make any major changes.

Acknowledgements

Many thanks to: