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.
- Host: GitHub
- URL: https://github.com/neoapps-dev/airsync-qt
- Owner: neoapps-dev
- License: other
- Created: 2025-08-04T12:11:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T12:33:31.000Z (11 months ago)
- Last Synced: 2025-08-04T16:50:55.820Z (11 months ago)
- Language: Python
- Size: 94.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 :)