Metadata-Version: 2.4
Name: wasimg-enc
Version: 0.1.0
Summary: A Python script encryptor and obfuscator with expiration date support.
Author-email: w4simg <w4simg@example.com>
Project-URL: Homepage, https://github.com/w4simg/wasimg-enc
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# w4simg Encryptor 🔐

A powerful Python file encryptor, obfuscator, and compiler tool that protects your scripts with advanced multi-layer encoding and expiration features.

## Installation

Install using pip:

```bash
pip install wasimg-enc
```

## Features

- **Multi-layer Encryption:** Protects your source code with multiple layers of base64 encoding and zlib compression.
- **Expiration System:** Lock and expire your scripts automatically after a set date and time to prevent unwanted usage.
- **Dynamic Variables:** Employs dynamic variable naming for increased obfuscation.
- **Easy to Use:** CLI-based interface for fast and efficient encryption.

## Usage

After installing, simply run the command in your terminal:

```bash
wasimg-enc
```

You will then be prompted to:
1. Enter your Python file name (e.g. `my_script.py`).
2. Choose between:
    - Setting an Expiry Date & Time (Format: YYYY-MM-DD HH:MM).
    - Skipping the expiration step.

The tool will successfully create an encrypted, protected file named `enc_my_script.py`. 

**Make sure you distribute the purely encrypted output, saving your raw, original code locally in safety!**

## Author

Created by @w4simg.
