<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/__init__.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>use pytest-qt to test actual export process</title>
<updated>2022-05-10T02:34:28+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-10T02:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=07b847e363263221ceb04f8519f45572eda6c5bc'/>
<id>urn:sha1:07b847e363263221ceb04f8519f45572eda6c5bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change version number</title>
<updated>2022-05-06T00:28:12+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-06T00:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=19ce98c16b54bbf0b636bd1c8a468b8f9f3d1d11'/>
<id>urn:sha1:19ce98c16b54bbf0b636bd1c8a468b8f9f3d1d11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change version number</title>
<updated>2022-05-03T22:44:49+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-03T22:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=926823b58bcfdf65129094b32a3b065c5e5ad7b7'/>
<id>urn:sha1:926823b58bcfdf65129094b32a3b065c5e5ad7b7</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>faster Spectrum preview &amp; custom VERBOSE loglvl</title>
<updated>2017-08-14T14:10:32+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-14T14:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=bed07479f1b4bf24a0b9c84217d41ebbe880a8fb'/>
<id>urn:sha1:bed07479f1b4bf24a0b9c84217d41ebbe880a8fb</id>
<content type='text'>
</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>
<entry>
<title>add component in context menu, del/ins hotkeys</title>
<updated>2017-07-21T02:37:15+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-21T02:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=450b944b87487aa60a935bbeee3908e2a62cd45b'/>
<id>urn:sha1:450b944b87487aa60a935bbeee3908e2a62cd45b</id>
<content type='text'>
+ preset manager uses mainwindow component list
</content>
</entry>
<entry>
<title>trying to make setup.py work</title>
<updated>2017-07-15T22:59:22+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-15T22:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=17c8a6703a8093d31c6772ba3b8d9ee01adaa0da'/>
<id>urn:sha1:17c8a6703a8093d31c6772ba3b8d9ee01adaa0da</id>
<content type='text'>
</content>
</entry>
</feed>
