Skip to content

Latest commit

Β 

History

History
73 lines (54 loc) Β· 2.25 KB

File metadata and controls

73 lines (54 loc) Β· 2.25 KB

ReVanced GUI (Python)

Python License Build GUI EXE Release

Graphical User Interface for ReVanced CLI – Easily patch apps without touching the terminal!

ReVanced GUI Screenshot

⚠️ Disclaimer

This project is not affiliated with ReVanced.
This is a personal project created for convenience and educational purposes only.


⚑ Features

  • Easy-to-use GUI for ReVanced CLI
  • No need to run terminal commands
  • Cross-platform cuz Python (Windows/Linux/macOS)

πŸ“ To do

  • Modern UI
  • Works well for default patches
  • Support for exclusive patching
  • ADB support for installing apk

🀝 Requirements

Note

Python is only required if you are running revanced-gui.py directly.


⚑ Quick Start (Windows)

  1. Download the latest .exe from Releases
  2. Double-click to run the GUI
  3. Follow the on-screen instructions.

πŸ’» Installation (Running from source)

  1. Clone the repository:
git clone https://github.com/chamindudilsh/revanced-gui.git
  1. Navigate to the project folder:
cd revanced-gui
  1. Install dependencies:
pip install -r requirements.txt

πŸš€ Usage

  1. Run the GUI:
python revanced-gui.py
  1. Follow the on-screen instructions to patch your apps easily.

🀝 Contributing

Contributions are welcome! Fork the repository, make your changes, and open a Pull Request.

πŸ“„ License

This project is licensed under the GPLv3 license. Please see the license file for more information.