Skip to main content

Makes the Python sleep module easier a bit.

Project description

BetterSleePy

Makes the Python sleep module easier a bit.

Installation

pip3 install bettersleepy

Usage

I recommend importing it as wait to make it shorter.

Seconds:

import bettersleepy as wait

wait.sec(1)
print("Waited 1 second.")

Minutes:

import bettersleepy as wait

wait.min(1)
print("Waited 1 minute.")

Hours:

import bettersleepy as wait

wait.hour(1)
print("Waited 1 hour.")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

BetterSleePy-0.1.3-py2.py3-none-any.whl (1.5 kB view hashes)

Uploaded Python 2 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