Simple "Social media Template" app for android made in Python (Kivy)
- MultiScreen
- Simple & Beautiful
- Main menu
- Console menu
- Notification menu
- Profile menu
- Profile edit menu
- clone
git clone https://github.com/Kourva/SigNull & cd SigNull
- requirements
chmod +x Lib/install.sh && ./Lib/install.sh
- run
python3 main.py
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.
- 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