https://github.com/tmck-code/laser-prynter
terminal/cli/python helpers for colour and pretty-printing
https://github.com/tmck-code/laser-prynter
Last synced: 2 months ago
JSON representation
terminal/cli/python helpers for colour and pretty-printing
- Host: GitHub
- URL: https://github.com/tmck-code/laser-prynter
- Owner: tmck-code
- License: bsd-3-clause
- Created: 2024-11-10T03:10:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-23T12:02:43.000Z (2 months ago)
- Last Synced: 2026-01-24T03:55:16.144Z (2 months ago)
- Language: Python
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laser-prynter
terminal/cli/python helpers for colour and pretty-printing
- [laser_prynter](#laser_prynter)
- [`bench`](#bench)
- [`laser_prynter`](#laser_prynter-1)
---
## `laser_prynter`
https://github.com/user-attachments/assets/cce8f690-e411-459f-a04f-8e9bef533e4a
---
## `bench`
https://github.com/user-attachments/assets/4af823b0-8d18-4086-9754-c76c65b66898
```python
from laser_prynter import bench
bench.bench(
tests=[
(
(range(2),), # args
{}, # kwargs
[0,1], # expected
)
],
func_groups=[ [list] ],
n=100
)
```