Skip to main content

A simple package that contains extremely useful utilities.

Project description

Discord Server

About


Pyutils is a package that contains many different utilities ranging from getting source codes, to dumping output logs. This package simplifies things down the one line of code to be executed.

Pypi Page

Github Page

Examples


Return complete system information

import pyutilscr
overview = pyutilities.ov()
print(overview.complete())

Get source code

import pyutilscr as pyutil
print(pyutil.method_source(pyutil.method_source()))
#Use file_source instead of method_source for files

Dump output of python script

import pyutilscr as pyutil
pyutil.log("foo.py","dump.txt")

Check to see if a string is in a file

import pyutilscr as pyutil
print(pyutil.search("/home/runner/foo/",["Yessir","pyutilscr"],".py"))

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

pyutils-cr-0.1.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

pyutils_cr-0.1.3-py3-none-any.whl (4.2 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