Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naklecha/knip
Python module to make coding hassle free!
https://github.com/naklecha/knip
datascience hang hassle machinelearning neat neat-python no nohang pip pip3 print python python3
Last synced: 6 days ago
JSON representation
Python module to make coding hassle free!
- Host: GitHub
- URL: https://github.com/naklecha/knip
- Owner: naklecha
- License: mit
- Created: 2019-04-22T18:21:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T23:59:12.000Z (over 3 years ago)
- Last Synced: 2024-01-30T12:08:21.341Z (10 months ago)
- Topics: datascience, hang, hassle, machinelearning, neat, neat-python, no, nohang, pip, pip3, print, python, python3
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# knip
This module aims to make python coding hassle free!
### Usage
```python
from knip import sprintsprint("hello", "world", end="#", sep="$")
sprint("3.14159265" * 314159265)
```### Advantages
1) It displays large data (of any type) in a neat and organized manner.
2) Does not hang while printing, no matter how large the data may be.
3) Syntactically similar to in-built print function.
#### *no reason not to use it <3*### Installation
Run the following to install:
```python
pip install knip
```### Author
1) Email: [email protected]
2) LinkedIn: https://www.linkedin.com/in/naklecha
3) CodeChef: https://www.codechef.com/users/naklecha
4) PYPI: https://pypi.org/user/naklecha
5) GitHub: https://github.com/Naklecha##### *"Any suggestions would be appreciated"*
##### *"Help me make this module better by adding your own appropriate functions! Thanks!"*