# annie-miqt
Annie-miqt is a GUI application for downloading videos.
This is a fork of [annie-mingui](https://github.com/fanaticscripter/annie-mingui) ported to the [MIQT](https://github.com/mappu/miqt) library for demonstration purposes.
## Building
```bash
apt install qt6-base-dev build-essential golang-go
go build -ldflags '-s -w'
./annie-miqt
```