Punchcard icon indicating copy to clipboard operation
Punchcard copied to clipboard

Generate GitHub-style punchcard charts with ease.

Results 2 Punchcard issues
Sort by recently updated
recently updated
newest added

fixed the issue with binary matrices (only 0s and 1s) by adding the check to `hi` and `lo` explanation: when the `.csv` contains a binary matrix as this one ```...

In previous version the command line arguments were read manually. Now, they are read using argparse (builtin module). Also, file now passes PEP8 check (using Flake8). You don't have to...