<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/README.md, 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-02-08T15:13:46+00:00</updated>
<entry>
<title>docs: add macOS installation instructions (#95)</title>
<updated>2026-02-08T15:13:46+00:00</updated>
<author>
<name>Ingenium23</name>
</author>
<published>2026-02-08T15:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=48a9105eab94e64101470402427564203e1d8970'/>
<id>urn:sha1:48a9105eab94e64101470402427564203e1d8970</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump version for PyPI release</title>
<updated>2026-01-22T22:08:04+00:00</updated>
<author>
<name>Brianna Rainey</name>
</author>
<published>2026-01-22T21:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=0a521106c4f57a7a198e8238ad9bf6772c4e23b5'/>
<id>urn:sha1:0a521106c4f57a7a198e8238ad9bf6772c4e23b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>explain pipx install, explain PATH variable</title>
<updated>2026-01-15T15:43:59+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2026-01-15T15:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=d3f76484f54792389b5c25c71dfa07e259fc0a6b'/>
<id>urn:sha1:d3f76484f54792389b5c25c71dfa07e259fc0a6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change Python &gt;=3.13 to &gt;=3.12</title>
<updated>2026-01-14T19:00:24+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2026-01-14T19:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=79f888cfb07723930c4c64bb10ffe068ab60971a'/>
<id>urn:sha1:79f888cfb07723930c4c64bb10ffe068ab60971a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update readme: recommend pipx and uv + change headers</title>
<updated>2026-01-14T03:38:51+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2026-01-14T03:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=dbf431ff72a133aa8c197f0c4a7fb54a7a483244'/>
<id>urn:sha1:dbf431ff72a133aa8c197f0c4a7fb54a7a483244</id>
<content type='text'>
</content>
</entry>
<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 readme and create requirements.txt for v2.1.0</title>
<updated>2026-01-13T02:42:17+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2026-01-13T02:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=b8703752ffc7768b0275897b3c2a869ff41504e5'/>
<id>urn:sha1:b8703752ffc7768b0275897b3c2a869ff41504e5</id>
<content type='text'>
</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>update readme for Ubuntu 24.04</title>
<updated>2024-04-10T17:29:29+00:00</updated>
<author>
<name>Brianna Rainey</name>
</author>
<published>2024-04-10T17:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=53590f47a3812ea563417d2e1276e57a92a8654a'/>
<id>urn:sha1:53590f47a3812ea563417d2e1276e57a92a8654a</id>
<content type='text'>
also remove outdated macOS instructions, which probably don't work anymore</content>
</entry>
<entry>
<title>fix broken link. move commandline info lower</title>
<updated>2022-05-05T22:12:30+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-05T22:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=c9cb08d8c5438ae25a430e22cbcbdfdf8aa17c88'/>
<id>urn:sha1:c9cb08d8c5438ae25a430e22cbcbdfdf8aa17c88</id>
<content type='text'>
</content>
</entry>
</feed>
