-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 :) |