A toolkit often used with Kaviyes related projects, Its also ideal for small projects.
Project description
[Experimental]
Version 1.0.0 Standard Utility
A toolkit often used with Kaviyes related projects, Its also ideal for small projects.
Installation
You can install and update using pip
pip install kaviyesutil
Examples
import kaviyesutil
kaviyesutil.Countdown(2, 'Countdown: ', 'Countdown Complete!')
#Clear the temrinal
kaviyesutil.cter()
time = kaviyesutil.CurrentTime('%H:%M:%S')
print(time)
rand1 = kaviyesutil.GenerateCustomID('STD08')
print(rand1) #Output: ETFQD7WW
rand2 = kaviyesutil.GenerateCustomID(Length=8, Type='standard') #'all' and 'digit' is also available
print(rand2) #Output: FE6B2PUV
rand3 = kaviyesutil.GenerateCustomID('$0A$ - 0A00 - 00A0 - A$0A')
print(rand3) #Output: !8W+ - 2L70 - 90B5 - C#9N
kaviyesutil.Terminal('echo Hello Kaviyes!') #quick terminal access
kaviyesutil.sleep(1) #Its from time.sleep()
Note
Some features are untested on the following platforms
- MacOS
If you see an issue, report it here!
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
kaviyesutil-1.0.0.tar.gz
(8.2 kB
view details)
Built Distribution
File details
Details for the file kaviyesutil-1.0.0.tar.gz
.
File metadata
- Download URL: kaviyesutil-1.0.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1b7a80977be3674d25cdf6d14bf7baa63b304a375bbe4c591a712e27a941640 |
|
MD5 | 62d2c8e9aa754c7058d7f0a3deefc329 |
|
BLAKE2b-256 | cfd0465e2f648d77073e50b80f1b1724d765d29e00248191dab07bdcbcd79669 |
File details
Details for the file kaviyesutil-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: kaviyesutil-1.0.0-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04ea0171641a111d44a433f08ba3b04cb0275ce756f9a7dc50936827f52a1088 |
|
MD5 | cde1af3fe84e19f66729884c9b5a5fd8 |
|
BLAKE2b-256 | 90d3b2d8a6d5f18619ac683133d05740c1282619d16de96398eb5cf9d4954981 |