Mitype

Latest version: v0.2.5

Safety actively analyzes 613631 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.2.5

The release can be installed from PyPI

python3 -m pip install --upgrade mitype

([Full changelog](https://github.))


Bug Fixes:
* fix word length limit [125] (Dark-Knight11)
* Count mistyped spaces while calculating accuracy [128] (Mithil467)
* Make replay timings accurate [147] (nkitsaini)
* Correctly handle difficulty level of 0 [152] (asd153866714)
* Use sphinx-build command to update docs [160] (Mithil467)
* Word wrap text when switching between texts [158] (ammaralmorsi)
* Fix apostrophes not typing on Windows [155] (Mithil467 - DeflateAwning for reporting the issue)

Contributors to this release

([GitHub contributors page for this release](https://github.com/Mithil467/mitype/graphs/contributors?from=2021-10-26&to=2024-02-26&type=c))

Dark-Knight11 | Mithil467 | nkitsaini | asd153866714 | ammaralmorsi

What's Changed

0.2.4

The release can be installed from PyPI

python3 -m pip install --upgrade mitype


([Full changelog](https://github.com/Mithil467/mitype/compare/v0.2.3...25500c4838c3f362454eea6ec17bf26012c75628))


Enhancements:
* Tests on typing accuracy [122](https://github.com/Mithil467/mitype/pull/122) ([rpesche](https://github.com/rpesche))
* feat: launch tests with pytest in tox [117](https://github.com/Mithil467/mitype/pull/117) ([rpesche](https://github.com/rpesche))
* Store project metadata in setup.cfg [115](https://github.com/Mithil467/mitype/pull/115) ([Dark-Knight11](https://github.com/Dark-Knight11))
* Refactor code to make it better [98](https://github.com/Mithil467/mitype/pull/98) ([Mithil467](https://github.com/Mithil467))

Bug Fixes:
* Save all test records in history [120](https://github.com/Mithil467/mitype/pull/120) ([BhandarkarPawan](https://github.com/BhandarkarPawan))
* fix CODE OF CONDUCT Link [113](https://github.com/Mithil467/mitype/pull/113) ([Dark-Knight11](https://github.com/Dark-Knight11))
* fix: showing history with 0 records launch mitype [111](https://github.com/Mithil467/mitype/pull/111) ([rpesche](https://github.com/rpesche))
* History fix when when file is empty. [109](https://github.com/Mithil467/mitype/pull/109) ([rpesche](https://github.com/rpesche))
* fix outOfIndex error for mistyped keys [107](https://github.com/Mithil467/mitype/pull/107) ([Prathamesh010](https://github.com/Prathamesh010))

Contributors to this release

([GitHub contributors page for this release](https://github.com/Mithil467/mitype/graphs/contributors?from=2021-09-09&to=2021-10-26&type=c))

[BhandarkarPawan](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3ABhandarkarPawan+updated%3A2021-09-09..2021-10-26&type=Issues) | [Dark-Knight11](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3ADark-Knight11+updated%3A2021-09-09..2021-10-26&type=Issues) | [Mithil467](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3AMithil467+updated%3A2021-09-09..2021-10-26&type=Issues) | [Prathamesh010](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3APrathamesh010+updated%3A2021-09-09..2021-10-26&type=Issues) | [rpesche](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3Arpesche+updated%3A2021-09-09..2021-10-26&type=Issues)

0.2.3

The release can be installed from PyPI

python3 -m pip install --upgrade mitype


([Full changelog](https://github.com/Mithil467/mitype/compare/v0.2.2...v0.2.3))

Enhancements:

* Drop Python 2 support
* Use versioneer to track mitype versions
* Use with statements to open files [95](https://github.com/Mithil467/mitype/pull/95) ([VivekThazhathattil](https://github.com/VivekThazhathattil))
* Remove any version checks and code supporting Python 2 [91](https://github.com/Mithil467/mitype/pull/91) ([adityakk29](https://github.com/adityakk29))
* Update setup.py [88](https://github.com/Mithil467/mitype/pull/88) ([orbeavers14](https://github.com/orbeavers14))
* Add highlighting of mistyped characters to test result [83](https://github.com/Mithil467/mitype/pull/83) ([Ajchler](https://github.com/Ajchler))
* Add key combination to erase typed word (63) [79](https://github.com/Mithil467/mitype/pull/79) ([jai-dewani](https://github.com/jai-dewani))

Bug Fixes:

* Add the header ACCURACY to the output of mitype -H [96](https://github.com/Mithil467/mitype/pull/96) ([VivekThazhathattil](https://github.com/VivekThazhathattil))
* Space key overriding maximum length of mistyped characters [94](https://github.com/Mithil467/mitype/pull/94) ([VivekThazhathattil](https://github.com/VivekThazhathattil))
* Change keycheck.py and timer.py for correct format [85](https://github.com/Mithil467/mitype/pull/85) ([31Sanskrati](https://github.com/31Sanskrati))

Contributors to this release

([GitHub contributors page for this release](https://github.com/Mithil467/mitype/graphs/contributors?from=2021-02-22&to=2021-09-09&type=c))

[31Sanskrati](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3A31Sanskrati+updated%3A2021-02-22..2021-09-09&type=Issues) | [abstanton](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3Aabstanton+updated%3A2021-02-22..2021-09-09&type=Issues) | [adityakk29](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3Aadityakk29+updated%3A2021-02-22..2021-09-09&type=Issues) | [Ajchler](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3AAjchler+updated%3A2021-02-22..2021-09-09&type=Issues) | [jai-dewani](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3Ajai-dewani+updated%3A2021-02-22..2021-09-09&type=Issues) | [Mithil467](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3AMithil467+updated%3A2021-02-22..2021-09-09&type=Issues) | [mprovenc](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3Amprovenc+updated%3A2021-02-22..2021-09-09&type=Issues) | [orbeavers14](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3Aorbeavers14+updated%3A2021-02-22..2021-09-09&type=Issues) | [VivekThazhathattil](https://github.com/search?q=repo%3AMithil467%2Fmitype+involves%3AVivekThazhathattil+updated%3A2021-02-22..2021-09-09&type=Issues)

0.2.2

This is a major release from 0.2.1 and includes some new features.

Enhancements:
- Use arrow keys to get new text (70)
- Share result on Twitter (74)


The release can be installed from PyPI

python3 -m pip install --upgrade mitype


Please report any issues with the release on the mitype github [issue tracker](https://github.com/Mithil467/mitype/issues).

0.2.1

This is a major release from 0.2.0 and includes some new features and bug fixes.
Thanks to everyone who reported issues and contributed to the project.

Enhancements
- Show text ID at top left of window (15)
- Show more stats at end of each test (16)
- Press ESC key to reset test (20)
- Display stats during replay (27)
- Hide cursor when showing result (28)
- Show WPM in real-time (32)
- Add ability to restart mitype without closing and re-calling it (33)
- Save and view stats of previous tests (39)
- Taking care of Dependencies that are OS dependent (45)
- Use docstrings more consistently (51)
- Fix Sphinx documentation (53)
- Revamp looks and colors (68)

Bug Fixes
- Crash upon typing more characters than text length (13)
- Running `tox -e 2.7` on mitype gives error (14)
- App crashes when certain keys are pressed (17)
- Vertical shrinking of screen beyond a limit causes app to crash (23)
- Cursor position must be at beginning of text (26)
- Cannot exit mitype with CTRL+C on windows (43)
- Stenography with Plover will not work with mitype (48)
- Visual glitch when using backspace to clear text on multiple rows (59)
- History feature broken in python 2 (69)


The release can be installed from PyPI

python3 -m pip install --upgrade mitype


Please report any issues with the release on the mitype github [issue tracker](https://github.com/Mithil467/mitype/issues).

0.2.0

A new milestone has been set for mitype!
We've reached a 100 stars! 🌟

Yay! 🥳

Feels good to get all the support 😌

The release can be installed from PyPI

python3 -m pip install --upgrade mitype


Please report any issues with the release on the mitype github [issue tracker](https://github.com/Mithil467/mitype/issues).

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.