https://github.com/sn1f3rt/codeclauseinternship_speed-typing-test-in-python
Typing Speed Test application implemented using Python as my first golden project for the CodeClause Internship.
https://github.com/sn1f3rt/codeclauseinternship_speed-typing-test-in-python
customtkinter gui python python3 tkinter typingspeedtest
Last synced: about 2 months ago
JSON representation
Typing Speed Test application implemented using Python as my first golden project for the CodeClause Internship.
- Host: GitHub
- URL: https://github.com/sn1f3rt/codeclauseinternship_speed-typing-test-in-python
- Owner: sn1f3rt
- License: cc0-1.0
- Created: 2023-08-01T05:15:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T10:19:51.000Z (over 1 year ago)
- Last Synced: 2025-03-19T10:57:50.120Z (2 months ago)
- Topics: customtkinter, gui, python, python3, tkinter, typingspeedtest
- Language: Python
- Homepage: https://www.linkedin.com/posts/sayan-bhattacharyya_codeclause-activity-7101240798330990592-OjF9
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Speed Typing Test in Python
> Typing Speed Test application implemented using Python as my first golden project for the CodeClause Internship. The GUI is powered by [`customtkinter`](https://pypi.org/project/customtkinter/) Python module, as well as the built-in [`tkinter`](https://docs.python.org/3/library/tkinter.html) module. The words for the speed test are generated using the [`wonderwords`](https://pypi.org/project/wonderwords/) Python module.
## Requirements
* [customtkinter](https://pypi.org/project/customtkinter/)
* [wonderwords](https://pypi.org/project/wonderwords/)Tested on Python 3.11.2
## Usage
```shell
# Clone the repository
git clone https://github.com/Sn1F3rt/CodeClauseInternship_Speed-Typing-Test-in-Python
# Install requirements
python -m pip install -r requirements.txt
# Run the script
python speed_typing_test.py
```## License
[Creative Commons Zero v1.0 Universal](LICENSE)
Copyright © 2023 Sayan Bhattacharyya