<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/components/sound.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>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>don't merge undos when setting text with a button</title>
<updated>2017-08-20T22:36:43+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-20T22:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=6bf8a553d6170e0ca6e7d2002e46ae327a6e5e81'/>
<id>urn:sha1:6bf8a553d6170e0ca6e7d2002e46ae327a6e5e81</id>
<content type='text'>
plus changes to life.py for pep8 compliance
</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>some minor bugfixes</title>
<updated>2017-07-28T02:15:41+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-28T02:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=6ecb6df23628de65c9efd8cac4810fdf74238c3d'/>
<id>urn:sha1:6ecb6df23628de65c9efd8cac4810fdf74238c3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed video component eating stdout</title>
<updated>2017-07-27T21:49:08+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-27T21:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=de1324a6a75eb2a9f97d8a6b416077cfc73b2bc9'/>
<id>urn:sha1:de1324a6a75eb2a9f97d8a6b416077cfc73b2bc9</id>
<content type='text'>
+ made height/width into properties to simplify render methods
</content>
</entry>
<entry>
<title>repeated errors don't cause repeated windows</title>
<updated>2017-07-25T21:44:59+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-25T21:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=661526b0739115594fda4c0e876398cdc940fbe1'/>
<id>urn:sha1:661526b0739115594fda4c0e876398cdc940fbe1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better component error messages</title>
<updated>2017-07-23T21:14:21+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-23T21:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=d38109453cea17a31c335837c0029ad51fa3dda1'/>
<id>urn:sha1:d38109453cea17a31c335837c0029ad51fa3dda1</id>
<content type='text'>
fatal errors cancel the export instead of crashing
</content>
</entry>
<entry>
<title>components auto-connect &amp; track widgets, less autosave spam</title>
<updated>2017-07-23T05:53:54+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-23T05:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=bf0890e7c87c730b8970c1a20c5b6a9a1a55d203'/>
<id>urn:sha1:bf0890e7c87c730b8970c1a20c5b6a9a1a55d203</id>
<content type='text'>
importing toolkit from live interpreter now works
</content>
</entry>
</feed>
