🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

tapmap

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tapmap

A generator for keyboard heatmap images

1.4
PyPI
Maintainers
1

TapMap

Generate high-quality, customizable keyboard heatmaps with a single command.

Installation:

Use pip install tapmap to install the package.

Usage:

tapmap --help will produce the following help message:

usage: tapmap [-h] [-d D] [-c C] input_file output_file

Generate a keyboard heatmap from a text file.

positional arguments:
  input_file   the name of the file to process
  output_file  the name of the .png file to output

optional arguments:
  -h, --help   show this help message and exit
  -d D         dpi of the output image (defaults to 600)
  -c C         matplotlib cmap argument:
               https://matplotlib.org/users/colormaps.html (defaults to
               "viridis")

To generate a keyboard heatmap map.png from an input file input.txt, use: tapmap input.txt map.png

Default CMap

TapMap also supports all matplotlib colormaps: tapmap input.txt map.png -c winter

Winter CMap

There are 79 colormaps to choose from, take your pick from the matplotlib reference.

Keywords

matplotlib PIL numpy

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts