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 :)