Add README.md

This commit is contained in:
Wiktor Zykubek 2023-06-15 16:32:25 +02:00
parent 7582c8d818
commit 30952ad2fb
No known key found for this signature in database
GPG Key ID: 0DAA9DC01449FCA2
3 changed files with 22 additions and 1 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# openfm-qt
Qt client for Polish internet radio Open FM.
## Releases
To download latest version go to [releases](https://github.com/wzykubek/openfm-qt/releases).
## Build binary (Linux/Windows)
```shell
$ python3 build.py
```
Executable will be available in `dist/Open-FM` directory.
## Run (Linux/Windows)
```shell
$ python3 main.py
```
## Screenshots
![Screenshot Linux](screenshot_linux.png)

View File

@ -1,3 +1,3 @@
{ {
"files": ["build.py","openfm_qt/__init__.py","form.ui","main.py","Open-FM.spec","pyproject.toml","openfm_qt/mainwindow.py","icon.ico","README.md"] "files": ["build.py","openfm_qt/__init__.py","form.ui","main.py","Open-FM.spec","pyproject.toml","openfm_qt/mainwindow.py","icon.ico","README.md","screenshot_linux.png"]
} }

BIN
screenshot_linux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB