Skip to content

Commit 0791367

Browse files
committed
added screenshots to readme
1 parent fe269c6 commit 0791367

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ It allows users to search for songs and artists, view lyrics with chord notation
66
This repository contains only the source code of the application.
77

88

9+
## Screenshots
10+
11+
<p align="center">
12+
<img src="screenshot1.jpeg" width="300" alt="Search Screen"/>
13+
<img src="screenshot2.jpeg" width="300" alt="Lyrics Screen"/>
14+
</p>
15+
16+
917
## Features
1018

1119
* Search songs and artists from public online sources

buildozer.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package.name = open_cifra
44
package.domain = org.test
55
source.dir = .
66
source.include_exts = py,png,jpg,kv,json,ttf
7-
version = 0.1
7+
version = 0.2
88
requirements = python3, kivy, kivymd, requests, beautifulsoup4, typing_extensions, openssl, certifi, urllib3, chardet, idna, pyjnius
99
icon.filename = %(source.dir)s/icon.png
1010
presplash.filename = %(source.dir)s/icon.png

screenshot1.jpeg

41.8 KB
Loading

screenshot2.jpeg

87.5 KB
Loading

0 commit comments

Comments
 (0)