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)

DEMO

https://raw.githubusercontent.com/CarsonSlovoka/typing-game/master/typing_drop_down/_static/demo/home.png https://raw.githubusercontent.com/CarsonSlovoka/typing-game/master/typing_drop_down/_static/demo/dropdown.png https://raw.githubusercontent.com/CarsonSlovoka/typing-game/master/typing_drop_down/_static/demo/stage.png https://raw.githubusercontent.com/CarsonSlovoka/typing-game/master/typing_drop_down/_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.0-py3-none-any.whl (28.1 kB view details)

Uploaded Python 3

File details

Details for the file typing_game-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: typing_game-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 28.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for typing_game-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b0ae543c5431f8d236fa0727fdbe9bc051eb9fdbcd7e63b1e3ca9c45151fc7a2
MD5 1b11a33a6801dcbe4a49dd76d4d685e9
BLAKE2b-256 947f1eb7fffae070f6331b5e05fb1d29965c8a7bdba4341eb8bd5b0ba09dcdf4

See more details on using hashes here.

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