Skip to content

Kourva/V2Paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V2Paste

Multi-Tool V2ray proxy app for android.


▍Version 3.0.0 Update

     ▣ Fixed Vmess decode function
     ▣ Cloner limit up to 50
     ▣ QRcode in single proxy generator
     ▣ New theme and icons
     ▣ New Status bar
     ▣ Cloner limit controller

▍Download

Feel free to download this app from releases page
Download: V2Paste-1.2

▍Idea

So this app works online with public APIs. if you have any idea to add let me know in Issues.

▍Guide

If you have any question or help, check out our Telegram channel
Link: V2Paste Updates

Setup

First you need to install python and pip from Official pages or Terminal

⒈ clone the reposytory

git clone https://github.com/Kourva/V2Paste && cd V2Paste

⒉ Navigate to V2Paste directory

cd V2Paste

⒊ install requirements for app

chmod +x Lib/install.sh && ./Lib/install.sh

⒋ Install python-dbus for notification (optional)

     ▣ Debian based

sudo apt install python-dbus

     ▣ Arch based

sudo pacman -S python-dbus

⒌ run the app

     ▣ Normally

python main.py

     ▣ Specific phone

python main.py -m screen:600x800

Kivy to APK

Convert your Kivy file into apk


You have 2 ways to do this. first way is Google Colab. you can convert your Kivy file into APK fast and easy.
Second way is manual way. you need to do following stuff step by step
  • install required python libraries
pip install buildozer cython kivy pillow plyer
  • install required developer packages
sudo apt-get install -y \
    python3-pip \
    build-essential \
    git \
    python3 \
    python3-dev \
    ffmpeg \
    libsdl2-dev \
    libsdl2-image-dev \
    libsdl2-mixer-dev \
    libsdl2-ttf-dev \
    libportmidi-dev \
    libswscale-dev \
    libavformat-dev \
    libavcodec-dev \
    zlib1g-dev
  • install required plugins
sudo apt-get install -y \
    libgstreamer1.0 \
    gstreamer1.0-plugins-base \
    gstreamer1.0-plugins-good
  • install required packages
sudo apt-get install -y \
    build-essential \
    libsqlite3-dev \
    sqlite3 \
    bzip2 \
    libbz2-dev \
    zlib1g-dev \
    libssl-dev \
    openssl \
    libgdbm-dev \
    libgdbm-compat-dev \
    liblzma-dev \
    libreadline-dev \
    libncursesw5-dev \
    libffi-dev \
    uuid-dev \
    libffi6
  • install this package
sudo apt-get install libffi-dev
  • init buildozer file (If you don't have buildozer.spec file. otherwise skip this step)
buildozer init
  • build the app
buildozer -v android debug
  • if you get any error, clear the data and rebuild again
buildozer android clean

V2rayDoprax

V2ray is a tool to create thousands of vless and vmess proxies at ones! includes more tools... for Doprax


There is another tool for creating Vless proxies and some other stuff.

Thanks

You can give me a star if you find this tool helpfull. Wishing you all the best.