Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kourva/loveyouapp
- Owner: Kourva
- Created: 2023-01-13T13:48:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:56:01.000Z (2 months ago)
- Last Synced: 2024-10-14T06:40:13.978Z (22 days ago)
- Topics: android-app, android-application, birthday-gift, kivy, kivy-framework, kivy-language, python, python3
- Language: Python
- Homepage:
- Size: 572 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)