An open API service indexing awesome lists of open source software.

https://github.com/neoapps-dev/airsync-qt

A Qt reimplementation of AirSync.
https://github.com/neoapps-dev/airsync-qt

Last synced: 9 months ago
JSON representation

A Qt reimplementation of AirSync.

Awesome Lists containing this project

README

          

# AirSync-Qt

A Qt reimplementation of the [AirSync](https://github.com/sameerasw/airsync-mac) application.

## Running the application

1. Install the dependencies:
```bash
source .venv/bin/activate # not needed on windows ig
pip install -r requirements.txt
```
2. Run the application:
```bash
python3 -m app.main
```

## Licensing
AirSync-Qt follows the exact same license as the original AirSync application. and contains AirSync+ As well :)