Metadata-Version: 2.4
Name: pyobf
Version: 0.1.0
Summary: A Python Code Obfuscator
Project-URL: Homepage, https://redstone-studios.de
Author-email: Malware Testing <admin@redstone-studios.de>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# 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
