项目作者: jerbob

项目描述 :
Command line keyboard heatmap generator.
高级语言: Python
项目地址: git://github.com/jerbob/tapmap.git
创建时间: 2018-05-01T09:25:24Z
项目社区:https://github.com/jerbob/tapmap

开源协议:MIT License

下载


TapMap

Codacy BadgeDownloads

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:

  1. usage: tapmap [-h] [-d D] [-c C] input_file output_file
  2. Generate a keyboard heatmap from a text file.
  3. positional arguments:
  4. input_file the name of the file to process
  5. output_file the name of the .png file to output
  6. optional arguments:
  7. -h, --help show this help message and exit
  8. -d D dpi of the output image (defaults to 600)
  9. -c C matplotlib cmap argument:
  10. https://matplotlib.org/users/colormaps.html (defaults to
  11. "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.