An open API service indexing awesome lists of open source software.

https://github.com/nottherealtar/pyobfuscator

nothin sus going on here
https://github.com/nottherealtar/pyobfuscator

Last synced: 3 months ago
JSON representation

nothin sus going on here

Awesome Lists containing this project

README

        

# PyObfuscator

PyObfuscator is a simple Python script designed to encrypt and decrypt various types of files. It supports multiple file formats including Python, C#, JavaScript, text, and batch files.

## Features

- Encrypt and decrypt Python files
- Encrypt and decrypt C# files
- Encrypt and decrypt JavaScript files
- Encrypt and decrypt text files
- Encrypt and decrypt batch files

## Usage

To use PyObfuscator, run the script with the appropriate arguments:

```sh
python pyob.py
```

- ``: Path to the file you want to process.
- ``: Either `encrypt` or `decrypt`.

### Example

```sh
python pyob.py example.py encrypt
```

This will encrypt `example.py` and create an encrypted file in the same directory.

## Requirements

- Python 3.x

## License

This project is licensed under the MIT License.

## Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss any changes.

## Contact

For any questions or suggestions, please open an issue on GitHub.