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
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
File details
Details for the file typing_game-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: typing_game-0.3.1-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 790d04c7031c25f2a0df281f14ad69a64780328c0ddd625189baa13b8404677b |
|
MD5 | 002c68dafa2126c35d4930bdf501655a |
|
BLAKE2b-256 | 0a0ff706db25a7451cc87b7fc6b5f3d103c3c2eed186239055c6b10f6d0b76d8 |