Tool for quick necessary stuff
Project description
Badges
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyness-1.3.7.tar.gz.
File metadata
- Download URL: pyness-1.3.7.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b74c558b8fdc0da2b36800eabbd4070ffe43f868c9657098f5bff817aa9a71f3
|
|
| MD5 |
a1cb9dda807b6314175b182128c9a25b
|
|
| BLAKE2b-256 |
80e744e0ae348c560ed41454669d8087e609c559c930d3ad89db48d46ebce2ca
|
File details
Details for the file pyness-1.3.7-py3-none-any.whl.
File metadata
- Download URL: pyness-1.3.7-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a36af7894dcad74ed4dec2d1e3f3140cf3a290b82b1388375dddc712278fb220
|
|
| MD5 |
658d76943a10dc4e082668765494d81c
|
|
| BLAKE2b-256 |
74842d3f61d255da7895faa92838fffef2fd8433970231b97c237d8bb2a9fd13
|