A package used for minor annoyances that I experience throught coding.
Project description
carrier.py
carrier.py is a Python package/module that's used to save time when programming, it helps with functions such as 24 and 12 hour time, Discord webhooks, etc. These are all mainly things that I've been annoyed by because I keep forgetting the code and so I've just bundle it up into carrier.py
Installation
You will need Python 3.6+
# Linux/macOS
python3 -m pip install carrier.py
# Windows
py -3 -m pip install carrier.py
Example
import carrier
import time
while True:
if carrier.Timecheck("22:30", "HM") == True:
print("It is 22:30 aka 10:30 PM.")
exit()
else:
print("It is not 22:30 aka 10:30PM.")
time.sleep(1)
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
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 carrier.py-0.0.2.tar.gz.
File metadata
- Download URL: carrier.py-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4224988002c525b1e5df279652b0c6268e23d5566e2db79898c49b6324fc6c7d
|
|
| MD5 |
cbfbe3e06b4e66e1190f75802c52f770
|
|
| BLAKE2b-256 |
e98fee1dfb949ecbbfe68f22d4749acd5343de832a9205db9025fc87acede0cc
|
File details
Details for the file carrier.py-0.0.2-py3-none-any.whl.
File metadata
- Download URL: carrier.py-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d92b0d2d3a987e8139588367e60683f6695ebb092d37bb205cc171809fc695b
|
|
| MD5 |
deb99ef4136c6f0ba7c80d6a6dca34db
|
|
| BLAKE2b-256 |
c0223c7b2eab3b2e98fb979002b1878091d065f4ee43381a8efa2c5eaf5d6823
|