Skip to main content

Tool for quick necessary stuff

Project description

Badges

Downloads

what is Pyness

pyness --> python necessary.

A simple module aka tool that will cover some necessary work of your project/work. The codes on this module is very simple i think anyone can do this but this module will help you to do it quickly and make your lines low.

important

If u got any error pls make issus in github

Update log

  • Sorry for those who got error on version - 1.3.6 (i forgot to add pillow module on requirement)
  • key function now using half secrets and half random module
  • convert.photo is removed

Next Update:

  • Working on bites
  • i will use bites to make the key function even more faster
  • new function (key.number,key.upper) #
  • new function when done working on bites (bitestostr,bitestoint,str/int to bites)

Install

  pip install pyness

Deployment

Generate with key function:

x1 = pyness.key(5)
x2 = pyness.key(5,number=True,upper=False,lower=False,symbol=False)
x3 = pyness.key(5,number=3,upper=2)
x4 = pyness.key(5,number="1",upper="SA",lower=False,symbol=False)

output:

x1 : &qYkJ    All mixed
x2 : 98003    only number
x3 : I70Q9    there is 3 number and 2 upper
x4 : A11S1    used string

Get FPS:

def test(x,b):
    x + b
    print(pyness.fps())

Bar:

a = pyness.bar(total=100,amount=20,length=50)
print(a)

output:

"|██████████----------------------------------------| 20%"

update:

pyness.update()

output:

Collecting pyness
  Using cached pyness-1.2.0-py3-none-any.whl (3.8 kB)
Installing collected packages: pyness
Successfully installed pyness-1.2.0

Features

  • key
  • FPS
  • Bar
  • coming soon

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

pyness-1.3.7.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

pyness-1.3.7-py3-none-any.whl (5.9 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