Lets make coding hassle free!
Project description
knip
This module aims to make python coding hassle free!
Usage
from knip import sprint
sprint("hello", "world", end="#", sep="$")
sprint("3.14159265" * 314159265)
Advantages
- It displays large data (of any type) in a neat and organized manner.
- Does not hang while printing, no matter how large the data may be.
- Syntactically similar to in-built print function.
no reason not to use it <3
Installation
Run the following to install:
pip install knip
Author
- Email: nishant.aklecha@gmail.com
- LinkedIn: https://www.linkedin.com/in/naklecha
- CodeChef: https://www.codechef.com/users/naklecha
- PYPI: https://pypi.org/user/naklecha
- GitHub: https://github.com/Naklecha
Help me make this module better by adding your own appropriate functions! Thanks!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
knip-0.0.3.tar.gz
(1.8 kB
view hashes)
Built Distribution
knip-0.0.3-py3-none-any.whl
(2.0 kB
view hashes)