Python tools that I use for quality of life programming
Project description
PyTools_QOL
Python tools that I use for quality of life programming
Installation Instructions
Package information and installation instructions can be found on PyPI.
To install package:
pip install PyTools-QOL
Features and Capabilities
Program Execution Time:
Example usage:
import time
from PyTools_QOL import print_execution_time
def main():
time.sleep(3) # waits for 3 seconds
if __name__ == "__main__":
main()
print_execution_time() # > Program executed in 3 seconds.
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
PyTools_QOL-0.0.2.tar.gz
(3.5 kB
view details)
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 PyTools_QOL-0.0.2.tar.gz.
File metadata
- Download URL: PyTools_QOL-0.0.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af71e71dff630cca904d90c7d0dc4793f56617889f20d925c2da26be9fd19235
|
|
| MD5 |
5c9808733ea0bb5451b18f054e291772
|
|
| BLAKE2b-256 |
b1c867d52c992b5372f344f29636fd298d5c9965a0dc621c5a51fb8d574d923e
|
File details
Details for the file PyTools_QOL-0.0.2-py3-none-any.whl.
File metadata
- Download URL: PyTools_QOL-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b1a915fc95e93f4cfce0fe7683cc76857b8c00907602030f8b49fd745e7d694
|
|
| MD5 |
dda94afcd1ba29263e5d2dd3cc335557
|
|
| BLAKE2b-256 |
2ea8768f5bc6da32e2d95c11399883fada29bfc6bd62fc009c6a282c97391656
|