Skip to main content

It does a few things

Project description

Butler 0.0.2

It just works. This is basically just a random package.

Shorten big numbers

Starts shortening at thousand and stops at trillion.

from butler import numbers
numbers.shorten(10000000)

Outputs: 10M

Countdowns

Countdown to day and hour

from butler import countdown
countdown.day_and_hour('monday', 12)

Output: [days, hours, minutes, seconds]

Countdown to hour

from butler import countdown
countdown.hour(12)

Ouput: [hours, minutes, seconds]

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

n8.butler-0.0.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

n8.butler-0.0.2-py3-none-any.whl (3.4 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