đ Warp+ Tool 1.0
Warp+ Tool 1.0 is a utility for generating and managing Warp+ licenses and Wireguard configurations. It includes features for creating Wireguard configuration QR codes and managing Warp+ accounts, particularly for use with Cloudflare's Warp+ service.
⨠Features
- đ Generate Warp+ licenses
- âī¸ Create and manage Wireguard configurations
- đˇ Generate QR codes for Wireguard configurations
- đĨī¸ User-friendly console interface
- âšī¸ Includes important usage information and warnings
đ Requirements
- Python 3.x
- Required Python packages:
qrcode
httpx
nacl
asyncio
colorama
Pillow
You can install these dependencies using pip:
pip install qrcode httpx pynacl asyncio colorama Pillow
đ ī¸ Installation
Clone the repository:
git clone https://github.com/Error772/warp-plus-tool.git
Install the required Python packages:
pip install -r requirements.txt
Run the script:
python warp_tool.py
đ Usage
When you run the script, you will see a menu with several options. Follow the on-screen instructions to use the tool.
đ Main Menu Options
-
Generate a Single Warp+ License:
- This option generates a single Warp+ license.
- Enter the required details as prompted.
-
Generate a Single Wireguard Configuration:
- This option generates a Wireguard configuration with a QR code.
- Enter the required details such as address and endpoint.
-
Generate a Wireguard QR Code:
- This option generates a QR code for an existing Wireguard configuration.
- Enter the required private key, public key, address, and endpoint.
-
About:
- Displays information about the tool and the developer.
-
Exit:
đ§ Generating Wireguard Configuration
When generating a Wireguard configuration, the tool will:
- Generate Wireguard private and public keys.
- Create a Wireguard configuration file.
- Generate a QR code for the configuration and save it as an image file.
â ī¸ Warnings and Important Information
Before using the tool, it is important to read and understand the warnings provided in the tool. These warnings include:
- The need for a VPN for certain users (e.g., Iranian users).
- Potential issues and errors you may encounter and how to resolve them.
- Legal and ethical considerations for using this tool.
đŧī¸ Generating QR Codes
The tool can generate QR codes for Wireguard configurations, which can be scanned to quickly configure devices. The QR code generation includes:
- Fetching a Wireguard logo to embed in the QR code.
- Creating a QR code with the Wireguard configuration details.
- Saving the QR code as an image file.
đ¤ Contributing
Contributions are welcome! Fork the repository, make your changes, and submit a pull request.
đ¤ Authors
Ali Ayoubi - Telegram : Error772
đ§ Contact
For questions or feedback, contact aliayoubiiii7@gmail.com.
đ License
This project is licensed under the MIT License.
[!IMPORTANT]
This tool is provided for educational purposes only. Using this tool may violate Cloudflare's terms of service. The developer is not responsible for any misuse or damage caused by this tool.