Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mousazourob/smarttypeassistant
Smart tool to improve touch typing accuracy and speed that adjusts based on user mistakes
https://github.com/mousazourob/smarttypeassistant
python tkinter-gui
Last synced: 1 day ago
JSON representation
Smart tool to improve touch typing accuracy and speed that adjusts based on user mistakes
- Host: GitHub
- URL: https://github.com/mousazourob/smarttypeassistant
- Owner: MousaZourob
- Created: 2020-06-13T12:54:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T00:26:02.000Z (over 4 years ago)
- Last Synced: 2024-11-05T11:16:43.288Z (about 2 months ago)
- Topics: python, tkinter-gui
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Type Assistant
### Overview:
Smart Type Assistant allows users to improve their touch typing skills (such as WPM and accuracy) by generating new prompts based on the letters they make mistakes on. For example, if the user keeps making mistakes with the letters 'T', 'R', and 'Q', new unique prompts will be generated that have words containing these letters, allowing the user to improve on their weaknesses. It also shows the user their accuracy and WPM live while they're typing the new prompt so that they can see how well they're doing and track their progress. Built using **Python** and **Tkinter GUI** for **MLH Same Home Different Hacks 2020 hackathon**.### Features:
* Randomly generated prompts so that user always has fresh and unique propmts to practice
* Accuracy and WPM trackers that update live based on user performance
* Window to show user which letters they need to improve on based on performance, as well as prompts tailored for weak letters
* Ability to filter between small, medium, and long words or a mix of all### Devpost: https://devpost.com/software/smart-type-assistant
### Demo:
![Smart_Type_Assistant](https://github.com/JunZheng-dev/Smart-Type-Assistant/blob/master/preview/preview.gif?raw=true)### Collaborators:
* https://github.com/JunZheng-dev
* https://github.com/ellenwang02
* https://github.com/ammar-s847