Metadata-Version: 2.1
Name: pyness
Version: 1.3.5
Summary: Tool for quick necessary stuff
Home-page: 
Author: BD_jisan
Author-email: islamjisan47@gmail.com
License: MIT License
        
        Copyright (c) 2022 Jisan Islam
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: homepage, https://github.com/BDjisan
Project-URL: documentation, https://github.com/BDjisan/documentation.git
Project-URL: repository, https://github.com/BDjisan/pyness.git
Keywords: pyness,BD_jisan,key,make password,genarate,necessary stuff,necessary python,quick python
Classifier: Topic :: Software Development
Requires-Python: >=2.7.0
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.txt


# 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

```bash
  pip install pyness
```


## Deployment

Generate with key function:
```python
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:
```python
x1 : &qYkJ    All mixed
x2 : 98003    only number
x3 : I70Q9    there is 3 number and 2 upper
x4 : A11S1    used string
```
![App Screenshot](https://images.unsplash.com/photo-1662092565345-9c8a00d6b2ac?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2770&q=80)

Get FPS:
```python
def test(x,b):
    x + b
    print(pyness.fps())
```
Bar:
```python
a = pyness.bar(total=100,amount=20,length=50)
print(a)
```
output:
```python
|██████████----------------------------------------| 20%
```
update:
```python
pyness.update()
```
output:
```python
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
