A python Util package
Project description
PythonicBrain
Install
pip install PythonicBrain
Available functions
from PythonicBrain.PBTable import table
- table(): prints a data table provided as list
table([[1,2,3,4],[3,4,5,6]])
from PythonicBrain.PBDecorators import executiontime
- @executiontime [decorator] : prints the time of execution of a parameter
@executiontime
def hello()
--
from PythonicBrain.PBInteger import *
- float_range() : Returns a iterable of floating range
float_range(start, stop, step)
from PythonicBrain.PBString import *
- random_string() : return a random string of given length and character set
print(random_string(54))
- slugify() : Returns a slug text from given vlaue
slugify(hello world)
- splash() : return a string with given splash style
splash(hello world)
- headline() : return a formatted string in headline style
headline(hello world)
- multiline_input() : takes multiline user input
inp=multiline_input()
print(inp)
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
PythonicBrain-0.0.3.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PythonicBrain-0.0.3.tar.gz.
File metadata
- Download URL: PythonicBrain-0.0.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60106b1e61da7396c1dd4b83f09f2b381cf6d078248baada328b14bec838ab7b
|
|
| MD5 |
0973a87d8bdf2809dc5418e73f190cde
|
|
| BLAKE2b-256 |
00462927f92b237e8791202447cef7854822e8107cf917f5f11c39ffd157a09c
|
File details
Details for the file PythonicBrain-0.0.3-py3-none-any.whl.
File metadata
- Download URL: PythonicBrain-0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c67f6cc37632c0fd8b916dbc8d2c70f2d95ba4b0ad388c5364a73bff0b58849a
|
|
| MD5 |
f695b47790cce471e2394c36fc48b835
|
|
| BLAKE2b-256 |
7b303354869bc2d0a3540977b52ace441fcbea4c0c9f6d27199d1fafcdc844d0
|