Metadata-Version: 2.1
Name: pyness
Version: 1.1.8
Summary: Make Password and More
Author: BD_jisan
Author-email: islamjisan47@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


# Pyness

A simple module that will cover some necessary work of your project/work.

# Update log
- a bit faster

## Install

```bash
  pip install pyness
```


## Deployment

How to get a password/key :

```python
def(x):
    x = pyness.key(8) # Put The Number for how many character you want
    print(x)
```

Get FPS:
```python
def(x):
    # Do something
    fps = pyness.FPS()
    print(fps)
    # Do something
```
## Features

- key
- keys
- FPS
- Coming Soon
