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('.').parent # do not use the __file__
# TypingDropDown
DROPDOWN_TXT = __this_dir__ / Path('words.txt')
# TypingArticle
ARTICLE_DIR = __this_dir__ / Path('article') # The files in which is you want to type.
WIDTH, HEIGHT = (1600, 600)
DEMO
More
See the documentation
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file typing_game-0.2.0-py3-none-any.whl.
File metadata
- Download URL: typing_game-0.2.0-py3-none-any.whl
- Upload date:
- Size: 29.4 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ed59a1bcbf5aa158c330dc6ec9c3d6ff2829c9f0639d829901996eb7d1859a5
|
|
| MD5 |
f6fb75b887450e57b6119b50c6a11bae
|
|
| BLAKE2b-256 |
af69f622fe6e01bf0c4a4b06e71d6fb136b9b400d73aa01c085226e6b2521211
|