Skip to main content

Tool for quick necessary stuff

Project description

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 you know how to make the module faster or any new idea than pls check github

Update log

  • key function updated(faster)
  • new function bar
  • update function to update pyness easily
  • cheats and convert class

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

App Screenshot

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

Next Update:

  • strong key parameter
  • split key parameter
  • github page will be added with code

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.5.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

pyness-1.3.5-py3-none-any.whl (5.5 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