Metadata-Version: 2.1
Name: PythonProtector
Version: 1.5
Summary: Library for protecting your python files
Home-page: https://github.com/xFGhoul/PythonProtecttor
Author: Ghoul & Marci
License: MIT
Keywords: keyauth,protection,protect,obfuscate,obfuscation,WMI,windows
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md
Requires-Dist: humanize
Requires-Dist: loguru
Requires-Dist: discord-webhook
Requires-Dist: py-cpuinfo
Requires-Dist: command-runner
Requires-Dist: psutil
Requires-Dist: httpx
Requires-Dist: WMI
Requires-Dist: pywin32
Requires-Dist: numpy
Requires-Dist: pyautogui
Requires-Dist: opencv-python

# PythonProtector

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

A modern, easy to use and feature-rich way to protect your Python Programs.

## Installation

**Python 3.11 or higher is required**

Install The PyPi Version:

```sh
py -3 -m pip install -U pyprotector
```

You may also install the development version:
```sh
pip install git+https://github.com/xFGhoul/PythonProtector.git
```

## Usage

Check out the [examples](https://github.com/xFGhoul/PythonProtector/blob/dev/examples/)

Made by `ghoul#0002` and `Marci#4399`

## 1.0 - 2022-09-18

Release Initial Project

## 1.1 - 2022-12-28

So It's been kind of a while since we released a new update, I had some pretty big stuff going on irl, no time to code, just recently came back and decided to make some updates.

- Completely Configurable Module System - Users now have the choice of deciding what modules they use, currently there are only the main 4 me and marci provide, but we are open to pull requests and we will be adding more in the future, do check the repository or the example for more information.

- `should_exit` argument - gives users the ability to decide if the program should exit if one of the detections were raised.

- Overall Improvement/Refactoring - This update didn't bring everything me and marci are planning for, but this is just a couple, in the update I made to sure to cover some edge cases so you guys don't get confused

## 1.5 - 2022-01-05
