Closed s-surineni closed 3 years ago
Closes #6
@MasterMedo I was able to add results like restart, words typed, characters typed. I am unable to find out the keyboard layout through python. Please let me know if you are aware of a method
Hey there, thanks for the contribution 🎉
I like the implementation of restarts, simple, readable and short. 😇
The total characters and words idea reminds of the kind of results you get from 10fastfingers and monkeytype.
Instead of printing out the number of total words or characters we can print this new format:
f'keystrokes: {correct_chars} correct | {total_chars - correct_chars} incorrect'
.
@MasterMedo Thanks for the review. I've committed the changes you suggested.
This has been a lovely conversation. Thanks for the contribution once again! 🥂
Thanks, @MasterMedo, I enjoyed working on the task. Can you please add the label hacktoberfest-accepted to the PR
I can, but I don't have to. Your contribution counts once a PR is approved or accepted or a label is added. You can check your contributions here hacktoberfest-checker. As far as I can see, this contribution is counted. The reason it says "in progress", and not "completed" is because of a 14 days cooldown which gives the Hacktoberfest organisators the time to check out the quality of the PRs.
Adding new results upon successful finish of a test!
poetry run flake8
poetry run black .