Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kourva/loveyouapp

This app generates random love you text each time 'get love' button pressed. good for birthday gift
https://github.com/kourva/loveyouapp

android-app android-application birthday-gift kivy kivy-framework kivy-language python python3

Last synced: 22 days ago
JSON representation

This app generates random love you text each time 'get love' button pressed. good for birthday gift

Awesome Lists containing this project

README

        




LoveYouApp

# Installation
+ clone
```bash
git clone https://github.com/Kourva/LoveYouApp && cd LoveYouApp
```
+ requirements
```bash
pip install kivy
```
+ run and test
```bash
python3 main.py
```

This app can be a good gift for someone's birthday.
It's a simple app made in Python with Kivy framework.
```markdown
File includes:
+ main.py # Python file
+ main.kv # kv file
+ buildozer.spec # config file for building android app (using google colab)
+ presplash.png # presplash picture for app
+ icon.png # our app icon
+ Love.ttf # beautiful lovely font
+ background.png # app background
```
**Download the app from the link below.**
+ https://github.com/Kourva/LoveYouApp/releases/download/v1.0/LoveYou-1.0-arm64-v8a_armeabi-v7a-debug.apk

**Google Colab for converting kivy to apk using buildozer.**
+ https://colab.research.google.com/



> Hope you enjoy :)