donno2048 / Gallery

A simple gallery for android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gallery

A simple gallery for android

Clone the repo

git clone https://github.com/donno2048/Gallery
cd Gallery

Install requirements (run)

sudo apt update
sudo apt install -y python3-pip
sudo pip3 install kivy==2.0.0

Run

python3 main.py

Install requirements (build)

sudo apt update
sudo apt install -y git zip unzip openjdk-8-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev build-essential libstdc++6 aidl
sudo pip3 install -r requirements.txt

Build apk

buildozer android debug

About

A simple gallery for android


Languages

Language:Python 100.0%