Skip to main content

A Module to get basic modules like the Time Module and Math Modules and combine them into one so you don't need to import so many modules!

Project description

PyLol

A Module to reduce imports

Status

Current Verison: 0.1 Author: BXRCODES License: MIT License

Description

Python has so many packages to offer, but perhaps a bit too many. Are your imports looking messy? Well PyLol is the solution for all of that. Simply put a couple of imports rather than 100 and still get the same results!

Usage

Use PyLol for many things like Async Development and Opening Files, manipulate JSON Files, Do Maths and many more

License

MIT License See LICENSE for more details

Patch Notes

#New:# Random Class was Added to the Package

##INITIAL RELEASE##

All new functions in define state:

ALL THE FUNCTIONS WILL HAVE THE SAME NAMES AS THEIR PROPER MODULES SO WHEN USING THEM, YOU DON'T NEED TO LEARN ANY NEW SYNTAX

seed(a=None, version=2)

getstate()

setstate(state)

getrandbits(k)

randrange(start, stop)

randint(a, b)

choice(seq)

choices(population, weights=None, *, cum_weights=None, k=1)

shuffle(x)

sample(population, k)

random()

uniform(a,b)

triangular(low, high, mode)

betavariate(alpha, beta)

expovariate(lambd)

gammavariate(alpha, beta)

gauss(mu, sigma)

lognormvariate(mu, sigma)

normalvariate(mu, sigma)

vonmisesvariate(mu, kappa)

paretovariate(alpha)

weibullvariate(alpha, beta)

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

pylol-1.0.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

pylol-1.0.0-py3-none-any.whl (3.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