Best python print function
Project description
print-function
Install
$ pip install print-function
Usage
If we put from ___future___ import *
on our python script, it will overwrite our print and become like
from ___future___ import *
print("123")
print("BabyRage!", flush=True)
# output
b'\xe5\xa4\xa9\xe7\x8e\x89\xe8\x8a\xb1\xe8\xa5\xbf\xe7\xbe\x8e'
' ╭─────────╮'
' |BabyRage!|'
' ╯─────────╯'
' ███]▄▄▄▄▄▄▄▃~~~'
' ▂▄▅█████████▅▄▃▂'
'[████████████████]'
'◥ ⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙ ◤ '
The normal print
will be the unicode from random nonsense word and with the option flush=True
, it will be a tank(嬰靈戰車) help you to log things
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
print-function-1.0.2.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for print_function-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20398b7593d528d43d9a702c80656f490bca2c841f6cc21222f94bef67b7765a |
|
MD5 | 2cabe188c5cf65673fc2f524f8a7df53 |
|
BLAKE2b-256 | 1a55973371bd5e566b88a14d620635e1963e11d2c249ed435c71d97785c00e6d |