Tool for quick necessary stuff


License
MIT
Install
pip install pyness==1.3.7

Documentation

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 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