KourvA / SigNull

Simple "Social media Template" app for android made in Python (Kivy)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SigNull XxX

Simple "Social media Template" app for android made in Python (Kivy)

features

  • MultiScreen
  • Simple & Beautiful
  • Main menu
  • Console menu
  • Notification menu
  • Profile menu
  • Profile edit menu

Setup

  • clone
git clone https://github.com/Kourva/SigNull & cd SigNull
  • requirements
chmod +x Lib/install.sh && ./Lib/install.sh
  • run
python3 main.py

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

Thanks

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

About

Simple "Social media Template" app for android made in Python (Kivy)


Languages

Language:kvlang 74.2%Language:Python 25.4%Language:Shell 0.4%