https://github.com/jerbob/tapmap

Command line keyboard heatmap generator.

https://github.com/jerbob/tapmap

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary

Keywords

heatmap matplotlib numpy pillow python

Keywords from Contributors

simulations dataframe
Last synced: 5 months ago · JSON representation

Repository

Command line keyboard heatmap generator.

Basic Info
Statistics
  • Stars: 19
  • Watchers: 2
  • Forks: 3
  • Open Issues: 5
  • Releases: 0
Topics
heatmap matplotlib numpy pillow python
Created almost 8 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

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: ``` usage: tapmap [-h] [-d D] [-c C] inputfile outputfile

Generate a keyboard heatmap from a text file.

positional arguments: inputfile the name of the file to process outputfile 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 heatmapmap.pngfrom an input fileinput.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.

Owner

  • Name: Jeremiah Boby
  • Login: jerbob
  • Kind: user
  • Location: London, United Kingdom
  • Company: Evident Insights

Engineering @evident-insights

GitHub Events

Total
Last Year

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 49
  • Total Committers: 5
  • Avg Commits per committer: 9.8
  • Development Distribution Score (DDS): 0.51
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jeremiah Boby j****7@s****k 24
pyup-bot g****t@p****o 16
Jeremiah Boby j****y@p****m 5
Jeremiah Boby m****l@j****e 3
The Codacy Badger b****r@c****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 5
  • Total pull requests: 44
  • Average time to close issues: about 1 year
  • Average time to close pull requests: about 1 month
  • Total issue authors: 4
  • Total pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.41
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 10
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jerbob (2)
  • shleodai (1)
  • hargoniX (1)
  • pyup-bot (1)
Pull Request Authors
  • pyup-bot (31)
  • dependabot[bot] (10)
  • jerbob (2)
  • codacy-badger (1)
Top Labels
Issue Labels
enhancement (3)
Pull Request Labels
dependencies (10)

Dependencies

requirements-ci.txt pypi
  • Pillow ==5.3.0
  • dodgy ==0.1.9
  • flake8 ==3.6.0
  • flake8-bandit ==1.0.2
  • flake8-bugbear ==18.8.0
  • flake8-import-order ==0.18
  • flake8-string-format ==0.2.3
  • flake8-tidy-imports ==1.1.0
  • flake8-todo ==0.7
  • matplotlib ==3.0.2
  • numpy ==1.15.4
  • safety ==1.8.4
setup.py pypi
  • Pillow *
  • matplotlib *
  • numpy *