https://github.com/jerbob/tapmap
Command line keyboard heatmap generator.
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
Keywords from Contributors
Repository
Command line keyboard heatmap generator.
Basic Info
- Host: GitHub
- Owner: jerbob
- License: mit
- Language: Python
- Default Branch: master
- Homepage: https://pypi.org/project/tapmap/
- Size: 982 KB
Statistics
- Stars: 19
- Watchers: 2
- Forks: 3
- Open Issues: 5
- Releases: 0
Topics
Metadata Files
README.md
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] 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`

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

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
- Website: jerbob.me
- Repositories: 67
- Profile: https://github.com/jerbob
Engineering @evident-insights
GitHub Events
Total
Last Year
Committers
Last synced: 6 months ago
Top Committers
| Name | 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
Pull Request Labels
Dependencies
- 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
- Pillow *
- matplotlib *
- numpy *