Skip to main content

General Purpose Python Library

Project description

techman.py

General Purpose Python Library by @Techman55


How to Import

try:
    import techman
except ModuleNotFoundError:
    import sys, subprocess
    # implement pip as a subprocess:
    subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'techman'])

techman.py Flag for Your Project's README.md

> This program uses the `techman.py` general purpose python library. [Learn more](https://py.techmandev.com)

Example

This program uses the techman.py general purpose python library. Learn more




Classes

yn

User input gatherer for Yes/No questions using input()

yn.ask()

yn.check()


QuickSetup

Simple App data and "is first open" tracker

is_first_open()

reset_first_open()

does_config_exist()

write_config()

read_config()

update_config()

reset_config()


Packages

Easy functions to manage packages from pip

is_package_installed()

install()


Functions

Assorted functions that don't fit into a class

set_clipboard()

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

techman-1.15.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

techman-1.15-py3-none-any.whl (5.8 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