Amphetype is a layout-agnostic typing program that lets you import your own texts. This allows you to "read" while practicing typing at the same time.
However, though it is a generally solid tool, vanilla Amphetype lacks several interactivity options & important features. This fork aims to add some of them.
Feedback, bug reports, and better name suggestions are appreciated.
Forked Features include:
Unicode -> Ascii transliteration to avoid "untypable characters", as well as some replacements of bad formatting, either via unidecode and/or manually (see Text.py)
Letter coloring, both in input and displayed text, based on current positions and errors
Invisible Mode: Makes input text invisible (for use with #2)
Toggle case sensitivity
Option for continuing to the next passage even with typing mistakes
Option to count adjacent errors as only one error
Option for automatically inserting space, newline, and other custom letters
Option for preventing continuing to the next word until space correctly pressed
Extensive GUI Color Settings
Can change return and space characters
Allows for smaller resizing than vanilla Amphetype
Example Usage:
You don't want to see your own typing, only your position and any mistakes. Turn on Invisible Mode and customize the Text Display settings as desired.
You're doing a speed-run and don't even want to see mistakes either (lest they lead to even the slightest hesitation). Uncheck the Text Display setting for showing mistakes as well.
You only want to type the letters of words. Set the option to Automatically Insert spaces, newlines, and, if desired, other punctuation characters.
A text uses unusual punctuation that you want to skip, e.g.
-
##Hi,## I said, ##How are you today?##
-
You can set preferences to Automatically Insert #.A text is written in a certain format, whose intricacies you wish to ignore, e.g.
-
DIRECTOR: But what can we do? [The DIRECTOR'S stares at the FACT SHEET.]
[Around the room, groans.]
ASSISTANT: I suppose we can [ASSISTANT looks around nervously, seeing
the AUDIENCE as well as several CAST MEMBERS] hash it out?
-
In this particular case, you can uncheck Case sensitive and have [ and ] Automatically Inserted.
Warning about databases/statistics:
The database/statistics of this fork should be considered unstable. In addition, some of the options here (e.g. counting or not counting adjacent errors) can significantly change the resulting statistics.
It is therefore recommended to use a different database for this fork than with other versions of amphetype, as well as to make regular backups of any important data.
Run instructions:
Amphetype depends on py-qt4; check that you have it installed.
Optional: install unidecode for better ascii->unicode transliteration
Download from https://github.com/lalopmak/amphetype, either via
git clone https://github.com/lalopmak/amphetype [path to desired folder]
or otherwise.
Run Amphetype.py, either via
cd [path to desired folder] python Amphetype.py
or otherwise.
License:
Amphetype is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Amphetype is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Amphetype. If not, see <https://www.gnu.org/licenses/>.