Skip to main content

Typing Game

Project description

This is a set of typing-game.

Install

pip install typing-game

USAGE

open the command line:

typing-game config.py

an example of conf.py:

from pathlib import Path

__this_dir__ = Path(str(Path('.').parent.absolute()))  # do not use the __file__

# TypingDropDown
DROPDOWN_TXT = __this_dir__ / Path('words.txt')  # r"C:\\...\words.txt"

# TypingArticle
ARTICLE_DIR = __this_dir__ / Path('article')  # The files in which is you want to type.

WIDTH, HEIGHT = (1600, 600)

… uml:

@startmindmap

*[#Orange] "C:/temp"
**_ words.txt
** article
***_ 1.basic.txt
***_ 2.level2.txt
***_ 100.language.py

@endmindmap

DEMO

https://raw.githubusercontent.com/CarsonSlovoka/typing-game/master/typing_game/_static/demo/home.png https://raw.githubusercontent.com/CarsonSlovoka/typing-game/master/typing_game/_static/demo/dropdown.png https://raw.githubusercontent.com/CarsonSlovoka/typing-game/master/typing_game/_static/demo/stage.png https://raw.githubusercontent.com/CarsonSlovoka/typing-game/master/typing_game/_static/demo/article.png

Contributing

If you want to contribute, please use release's branch as the main branch, The master branch is just purely used to create a GitHub page.

Be sure to write tests for new features. If you have any difficulties, you can ask me or discuss with me. I am glad if you want to join us.

By the way, I’m very friendly!

More

See the documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

typing_game-0.3.1-py3-none-any.whl (28.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page