Update README.md
This commit is contained in:
parent
e9ac30eebb
commit
dba8a83a07
46
README.md
46
README.md
|
@ -1,19 +1,45 @@
|
|||
# pywks
|
||||
This script will obtain keys to decrypt the encrypted videos.
|
||||
# PyWKS
|
||||
|
||||
> **Warning**
|
||||
<p align="center">
|
||||
<img src="https://cdn.discordapp.com/attachments/826590534151700550/1176511096803307520/image.png?ex=656f2257&is=655cad57&hm=47aca7f30777fa83ac68cc942efa9a85219a3d2fdbf2a307d989971a11987109&" alt="PyWKS Logo">
|
||||
</p>
|
||||
|
||||
PyWKS is a Python script designed for obtaining keys to decrypt encrypted videos. This repository contains an improved version of WKS-KEYS.
|
||||
|
||||
> **⚠️ Warning:**
|
||||
>
|
||||
> I'm only uploading this for educational.
|
||||
> I'm only uploading this for educational purposes.
|
||||
|
||||
## setup
|
||||
## Setup
|
||||
|
||||
It's an improved version of WKS-KEYS; I was feeling bored and decided to do this. Two example scripts, main.py and main_dsnp.py, have been added. The commands to use are explained when you run them with the -h flag.
|
||||
**1. Clone the repository:**
|
||||
```bash
|
||||
git clone https://github.com/SASUKE-DUCK/pywks
|
||||
```
|
||||
|
||||
main.py
|
||||
**2. Install dependencies:**
|
||||
```bash
|
||||
pip install -r https://github.com/SASUKE-DUCK/pywks/blob/main/requirements.txt
|
||||
```
|
||||
|
||||
![image](https://cdn.discordapp.com/attachments/826590534151700550/1168910480878870599/image.png?ex=65537bb7&is=654106b7&hm=2fb9262a79996ee463f8b64caf5495ba8b9bda3a5c57c295b3e30d655f58cd40&)
|
||||
**3. Explore the example scripts:**
|
||||
- `main.py`
|
||||
- `main_dsnp.py`
|
||||
|
||||
main_dsnp.py
|
||||
For detailed instructions, run the scripts with the `-h` flag.
|
||||
|
||||
![image](https://cdn.discordapp.com/attachments/826590534151700550/1168910344941469767/image.png?ex=65537b97&is=65410697&hm=062bbcae4ead2976d94c812c83936bad99b40e1473090932639349bb2aee3e2d&)
|
||||
## Screenshots
|
||||
|
||||
### `main.py`
|
||||
|
||||
![main.py Screenshot](https://cdn.discordapp.com/attachments/826590534151700550/1168910480878870599/image.png?ex=65537bb7&is=654106b7&hm=2fb9262a79996ee463f8b64caf5495ba8b9bda3a5c57c295b3e30d655f58cd40&)
|
||||
|
||||
### `main_dsnp.py`
|
||||
|
||||
![main_dsnp.py Screenshot](https://cdn.discordapp.com/attachments/826590534151700550/1168910344941469767/image.png?ex=65537b97&is=65410697&hm=062bbcae4ead2976d94c812c83936bad99b40e1473090932639349bb2aee3e2d&)
|
||||
|
||||
## Support and Community
|
||||
|
||||
Join our Discord community for support, discussions, and updates!
|
||||
|
||||
[![Discord](https://img.shields.io/discord/your-discord-server-id?color=%237289DA&label=Join%20us%20on%20Discord&logo=discord&logoColor=white)](https://discord.gg/utEG7CsAm5)
|
||||
|
|
Loading…
Reference in New Issue