Typing Game (in Japanese) Built with Python Standard Library Created for Personal Practice.
This works without any external libraries. No need requirements.txt!
- python3
- Clone this repository
git clone https://github.com/tanakai0/stdlib_py_typist.git cd stdlib_py_typist
- Run the game
Alternatively, you can activate
python main.py
main.exe
if provided.
-
Windows OS Enhanced: Windows users can take full advantage of the winsound library particularly optimized for Windows operating systems!
-
How to Configure: Place your own .wav sound files in the assets/sound directory and rename variables in src/constants.py. Once you've added your sound files, you can set sounds for title screens, correct answers and incorrect answers.
- Windows OS Only: This program utilizes the winsound library for sound effects. Therefore, sound may not work on operating systems other than Windows.
- SQL Injection: This program uses SQL databases. Be cautious of SQL injection vulnerabilities when making changes to the database code.
- Use at Your Own Risk: Usage and modification of this program are done at your own responsibility. Please refer to the MIT License for more details.
- Target Audience and Language: This project is primarily targeted at a Japanese audience. As such, quiz content, UI text, and some code comments are in Japanese.
This project is licensed under the MIT License. See the LICENSE file for details.