From 6ff591fdcee7205a9b3b4c4b23d3c2778b875718 Mon Sep 17 00:00:00 2001
From: / Kourva / <118578799+Kourva@users.noreply.github.com>
Date: Fri, 13 Jan 2023 17:40:53 +0330
Subject: [PATCH] Update README.md
---
README.md | 37 +++++++++++++++++++++++++++++++++++--
1 file changed, 35 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 9054c1a..b9db4e2 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,35 @@
-# LoveYouApp
-This app generates random love you text each time 'get love' button pressed
+
+
+
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 lovly font
++ background.png # app background
+```
+
+> Hope you enjoy :)