All Projects → jerbob → tapmap

jerbob / tapmap

Licence: MIT license
Command line keyboard heatmap generator.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tapmap

Python Wechat Itchat
微信机器人,基于Python itchat接口功能实例展示:01-itchat获取微信好友或者微信群分享文章、02-itchat获取微信公众号文章、03-itchat监听微信公众号发送的文章、04 itchat监听微信群或好友撤回的消息、05 itchat获得微信好友信息以及表图对比、06 python打印出微信被删除好友、07 itchat自动回复好友、08 itchat微信好友个性签名词云图、09 itchat微信好友性别比例、10 微信群或微信好友撤回消息拦截、11 itchat微信群或好友之间转发消息
Stars: ✭ 216 (+1036.84%)
Mutual labels:  numpy, pillow, matplotlib
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+11463.16%)
Mutual labels:  numpy, matplotlib
Opendatawrangling
공공데이터 분석
Stars: ✭ 148 (+678.95%)
Mutual labels:  numpy, matplotlib
Rootpy
A pythonic interface for the ROOT libraries on top of the PyROOT bindings.
Stars: ✭ 186 (+878.95%)
Mutual labels:  numpy, matplotlib
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (+610.53%)
Mutual labels:  numpy, matplotlib
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (+615.79%)
Mutual labels:  numpy, matplotlib
Tftb
A Python module for time-frequency analysis
Stars: ✭ 185 (+873.68%)
Mutual labels:  numpy, matplotlib
Pythonstudy
Python related technologies used in work: crawler, data analysis, timing tasks, RPC, page parsing, decorator, built-in functions, Python objects, multi-threading, multi-process, asynchronous, redis, mongodb, mysql, openstack, etc.
Stars: ✭ 103 (+442.11%)
Mutual labels:  numpy, matplotlib
Alyn
Detect and fix skew in images containing text
Stars: ✭ 202 (+963.16%)
Mutual labels:  numpy, matplotlib
heatmaps
Better heatmaps in Python
Stars: ✭ 117 (+515.79%)
Mutual labels:  heatmap, matplotlib
Cheatsheets Ai
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
Stars: ✭ 14,095 (+74084.21%)
Mutual labels:  numpy, matplotlib
Ds Ai Tech Notes
📖 [译] 数据科学和人工智能技术笔记
Stars: ✭ 131 (+589.47%)
Mutual labels:  numpy, matplotlib
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (+568.42%)
Mutual labels:  numpy, matplotlib
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (+647.37%)
Mutual labels:  numpy, matplotlib
Stock Market Analysis And Prediction
Stock Market Analysis and Prediction is the project on technical analysis, visualization and prediction using data provided by Google Finance.
Stars: ✭ 112 (+489.47%)
Mutual labels:  numpy, matplotlib
Data Science Types
Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
Stars: ✭ 180 (+847.37%)
Mutual labels:  numpy, matplotlib
Ncar Python Tutorial
Numerical & Scientific Computing with Python Tutorial
Stars: ✭ 50 (+163.16%)
Mutual labels:  numpy, matplotlib
Double pendulum
Animations of random double pendulums
Stars: ✭ 73 (+284.21%)
Mutual labels:  numpy, matplotlib
Python Novice Inflammation
Programming with Python
Stars: ✭ 199 (+947.37%)
Mutual labels:  numpy, matplotlib
Windrose
A Python Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot), draw probability density function and fit Weibull distribution
Stars: ✭ 208 (+994.74%)
Mutual labels:  numpy, matplotlib

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] 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].