diff --git a/README.md b/README.md new file mode 100644 index 0000000..0767381 --- /dev/null +++ b/README.md @@ -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) diff --git a/openfm-qt.pyproject b/openfm-qt.pyproject index d929080..d41db86 100644 --- a/openfm-qt.pyproject +++ b/openfm-qt.pyproject @@ -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"] } diff --git a/screenshot_linux.png b/screenshot_linux.png new file mode 100644 index 0000000..48d74e0 Binary files /dev/null and b/screenshot_linux.png differ