Skip to main content

A toolkit often used with Kaviyes related projects, Its also ideal for small projects.

Project description

Open Issues License

[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!

Open Issue

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

kaviyesutil-1.0.0.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

kaviyesutil-1.0.0-py3-none-any.whl (12.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page