Metadata-Version: 2.4
Name: pyobf
Version: 0.1.0
Summary: A Python Code Obfuscator
Author-email: Malware Testing <admin@redstone-studios.de>
License-Expression: MIT
Project-URL: Homepage, https://redstone-studios.de
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Python Code Obfuscator (pyobf)

A simple-to-use Python code obfuscator that protects and obscures your code.

## Installation

```bash
pip install pyobf
```

## Usage

```bash
pyobf input.py output.py
```

## Features

- Code obfuscation through multi-layer encryption
- Protection against decompilation
- Simple command-line interface
- Platform-independent

## License

MIT License
