Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 762 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 762 Bytes

apm_tool

A simple Action-Per-Minute real-time tracker, to provide stats when learning to type or playing Real-Time Strategy games.

Installation

From setup (Windows)

Download and execute the setup installation executable. The setup was made using Inno Setup.

From source

Clone the repository (or download all files in the same folder) and run main.py using a python interpreter.

Shortcuts

Ctrl + Enter : Start or stop APM tracker
Ctrl + Backspace (while not tracking) : Reset APM data
Ctrl + Insert : Toggle hover APM visual

Dependencies

  • Python 3
  • pynput
  • simpleaudio

Linux

If you want to use this app with Linux, you can run the provided exe. However, due to compatibility issues, not all functionalities are implemented.