Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kourva authored Jan 13, 2023
1 parent 9db6df4 commit 6ff591f
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
# LoveYouApp
This app generates random love you text each time 'get love' button pressed
<h1 align="center">
<img align="center" src="https://user-images.githubusercontent.com/118578799/212336654-f13fc3ce-db55-47fb-b06c-b51aff05b20f.png" width=140 height=140 />
<br>LoveYouApp
</h1>

<img align="right" src="https://user-images.githubusercontent.com/118578799/212336485-95d38c4b-6822-48c6-89c4-6c678c14b1ef.png" />

# 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
```
<br><br>
> Hope you enjoy :)

0 comments on commit 6ff591f

Please # to comment.