Metadata-Version: 2.1
Name: PrismNET
Version: 0.10.0
Summary: A easy framework..
Home-page: https://github.com/Microbots-io/PrismNet-Framework/tree/main
Author: frane s 
Author-email: znikafranek@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: pyinstaller
Requires-Dist: setuptools
Requires-Dist: wheel

# PrismNET - File and Directory Utility

PrismNET is a Python utility class designed to simplify common file and directory operations. It provides methods for creating, deleting, and checking the existence of files and directories, as well as generating random strings and numbers.

## Methods

### Create File
Creates a new file with the specified filename.

```python
PrismNET.create_file(filename)
```
```python
PrismNET.delete_file(filename)
```
```python
PrismNET.get_random_string(length)
```
