All Projects → ellisonleao → pybrapp

ellisonleao / pybrapp

Licence: other
Python brasil kivy app concept - WIP

Programming Languages

python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to pybrapp

octoscreen
A touchscreen client for Octoprint
Stars: ✭ 26 (+8.33%)
Mutual labels:  kivy
garden.zbarcam
Migrated to https://github.com/kivy-garden/zbarcam
Stars: ✭ 49 (+104.17%)
Mutual labels:  kivy
python-kaynaklari
Python Türkiye Facebook sayfasında başlatılan projenin yeni sayfası
Stars: ✭ 30 (+25%)
Mutual labels:  kivy
NeuKivy
A collection of Neumorphic widgets made with kivy
Stars: ✭ 29 (+20.83%)
Mutual labels:  kivy
copylot
Your copilot to studies and work (Pomodoro-timer, Translate and Notes app)
Stars: ✭ 17 (-29.17%)
Mutual labels:  kivy
cross-platform-python-gui
A fork-ready base for your new GUI application. Uses CI to automatically build executables for Linux (AppImage), Windows (exe), and MacOS (dmg)
Stars: ✭ 53 (+120.83%)
Mutual labels:  kivy
Student-Portal
An app for students made as a part of a code jam
Stars: ✭ 54 (+125%)
Mutual labels:  kivy
AC Management
A desktop application made with Python/Kivy for managing account related data of college students'
Stars: ✭ 23 (-4.17%)
Mutual labels:  kivy
cookiedozer
📱 Cookiecutter for i18n Kivy Apps
Stars: ✭ 48 (+100%)
Mutual labels:  kivy
Kivy
Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
Stars: ✭ 13,720 (+57066.67%)
Mutual labels:  kivy
VKBot
Приложение-бот для социальной сети ВКонтакте
Stars: ✭ 14 (-41.67%)
Mutual labels:  kivy
PyWallet
Cross platform Ethereum Wallet built with Python and Kivy
Stars: ✭ 59 (+145.83%)
Mutual labels:  kivy
Python For Android
Turn your Python application into an Android APK
Stars: ✭ 6,758 (+28058.33%)
Mutual labels:  kivy
Decentra-Network
This is an open source decentralized application network. In this network, you can develop and publish decentralized applications.
Stars: ✭ 58 (+141.67%)
Mutual labels:  kivy
asynckivy
async library for Kivy
Stars: ✭ 56 (+133.33%)
Mutual labels:  kivy
townshell
For Townscaper, an application providing additional keyboard shortcuts, tools to manipulate .scape files, screen recording
Stars: ✭ 40 (+66.67%)
Mutual labels:  kivy
kivy3dgui
Pure Kivy library to display and interact with Kivy widgets in a 3D mesh.
Stars: ✭ 102 (+325%)
Mutual labels:  kivy
social-auth-kivy
Integrate Google, Facebook, Github & Twitter login in kivy applications
Stars: ✭ 133 (+454.17%)
Mutual labels:  kivy
OpenSkyCity
This is a repository for our game OpenSkyCity!
Stars: ✭ 17 (-29.17%)
Mutual labels:  kivy
Lbry Android
The LBRY Android app
Stars: ✭ 2,633 (+10870.83%)
Mutual labels:  kivy

Python Brasil Kivy App

Python Brasil Mobile App powered by Kivy

Screenshots

Initial screen Menu Schedule

Installing and running

  1. Clone repo
git clone https://github.com/ellisonleao/pybrapp.git
  1. Install dependencies (use your prefered method for virtual environments)
$ cd pybrapp

# first install Cython
$ pip install -U Cython

# install remanining dependencies
$ pip install -r requirements.txt

Disclaimer: This version is also installing pygame as the window provider. You can change it to SDL by following these steps

  1. Running
$ make run

Building apk

Note: buildozer does not works on virtual environments so you will need to install it on your system.

  1. Install Cython 0.25.2
$ pip install Cython==0.25.2
  1. Install buildozer
$ pip install buildozer
  1. Build apk

    • for debug
    $ make apk
    
    • for release
    $ make apk_release
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].