Skip to main content

Python tools that I use for quality of life programming

Project description

PyTools_QOL

Python tools that I use for quality of life programming

GitHub Actions Workflow Status Downloads

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


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 hashes)

Uploaded Source

Built Distribution

PyTools_QOL-0.0.2-py3-none-any.whl (4.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