<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/gui/preview_thread.py, branch master</title>
<subtitle>(forked from djfun) a little GUI tool to render visualization videos of audio files
</subtitle>
<id>https://git.aedrielkylejavier.me/audio-visualizer-python/atom?h=master</id>
<link rel='self' href='https://git.aedrielkylejavier.me/audio-visualizer-python/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/'/>
<updated>2026-01-13T07:22:25+00:00</updated>
<entry>
<title>Use pyproject.toml + uv_build</title>
<updated>2026-01-13T07:22:25+00:00</updated>
<author>
<name>Aeliton G. Silva</name>
</author>
<published>2026-01-13T01:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=f975144f25d34f97329b2d4e52891061573cea08'/>
<id>urn:sha1:f975144f25d34f97329b2d4e52891061573cea08</id>
<content type='text'>
This replaces setup.py by a modern pyproject.toml using uv_build
backend.

Dependencies are being also managed by uv, so to install dependencies
and run the project one can execute:

```
uv sync
uv run pytest # optional
python -m avp
```

To build the both source and binary (wheel) distribution package run:
```
uv build
```

Uv can be installed with `pip install uv`.

The directory structure has been changed to reflect best practices.
- src/* -&gt; src/avp/
- src/tests -&gt; ../tests
</content>
</entry>
<entry>
<title>update to Qt 6  and Pillow 12</title>
<updated>2026-01-11T19:29:58+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2026-01-11T19:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=669756b391d26661cf2e2a97a304e73343ef6655'/>
<id>urn:sha1:669756b391d26661cf2e2a97a304e73343ef6655</id>
<content type='text'>
and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major.
</content>
</entry>
<entry>
<title>add useful comment about why this reference exists</title>
<updated>2022-05-02T23:37:02+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-02T23:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=fdbaf844230b01ff96f20863b762cc83fad34c38'/>
<id>urn:sha1:fdbaf844230b01ff96f20863b762cc83fad34c38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>log QThread IDs</title>
<updated>2022-05-02T22:27:26+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-02T22:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=c13d8a3e8a23dcedfcd3d7cea800e7c29aa47e80'/>
<id>urn:sha1:c13d8a3e8a23dcedfcd3d7cea800e7c29aa47e80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix 'QThread killed while running' at program exit</title>
<updated>2022-05-01T01:45:16+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-01T01:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=e79d9db9f16b325d7433fc19dc8ea24dfc8a132c'/>
<id>urn:sha1:e79d9db9f16b325d7433fc19dc8ea24dfc8a132c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use super().__init__ in the modern python3 style</title>
<updated>2022-04-29T17:06:01+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-29T16:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=069edd9086ad7a99c78c5637af23d50a633396cf'/>
<id>urn:sha1:069edd9086ad7a99c78c5637af23d50a633396cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make pip-installable as a package</title>
<updated>2022-04-22T21:09:50+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-22T21:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=05d2ebc3c69f5a876d602004f69202c5ba8b09f7'/>
<id>urn:sha1:05d2ebc3c69f5a876d602004f69202c5ba8b09f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>relative widgets scale properly when undoing at different resolutions</title>
<updated>2017-08-20T21:47:00+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-20T21:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=be9eb9077b2234e6d91c78d70bb8e1d8347b03aa'/>
<id>urn:sha1:be9eb9077b2234e6d91c78d70bb8e1d8347b03aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed issues with undoing relative widgets</title>
<updated>2017-08-19T22:32:12+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-19T22:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=c07f2426ceeada205fdacbfba66329179a74a1dc'/>
<id>urn:sha1:c07f2426ceeada205fdacbfba66329179a74a1dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>organizing GUImode-specific code</title>
<updated>2017-08-14T20:39:53+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-14T20:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=a327bec4e42cc572fb84e559025e888a4a20edd3'/>
<id>urn:sha1:a327bec4e42cc572fb84e559025e888a4a20edd3</id>
<content type='text'>
</content>
</entry>
</feed>
