A typing test app for Windows XP (technically cross platform but designed for XP)
Download the latest release from the releases page
This guide is intended for Windows XP. Change versions accordingly for other operating systems.
- Install Python 3.4
- Install PyQt5.6 (installer available here)
- At this point you can run with
python XPType.pyto test the app, continue if you want a standalone executable
- At this point you can run with
- Install PyInstaller 3.2
- Download the source code from this repository
- Open a command prompt in the source code directory
- Run the command
pyinstaller XPType.spec- The spec file is currently configured to create a standalone executable. If you want a different configuration, edit the spec file accordingly.
- The executable will be created in the
distdirectory
List of words acquired from here