<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/__main__.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>fix #78</title>
<updated>2024-09-15T21:00:03+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2024-09-15T21:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=9d45f7f1a986aaa5d3c084c7ae747442b94a61b1'/>
<id>urn:sha1:9d45f7f1a986aaa5d3c084c7ae747442b94a61b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suggest pipx for installation. Fix `avp` command.</title>
<updated>2022-05-03T12:33:12+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-03T12:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=7513d1c13b337c1679f44030da553a79c55b91af'/>
<id>urn:sha1:7513d1c13b337c1679f44030da553a79c55b91af</id>
<content type='text'>
Allegedly the gui_scripts is only different from console_scripts on Windows, and it has the effect of hiding the console window. This seemed to make the `avp` entrypoint crash, possibly because the app already contains its own logic for hiding the console window(?). I've tested this on Windows 11 and it seems to work better using console_scripts.
</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>combined toolkit.py &amp; frame.py into toolkit package</title>
<updated>2017-07-18T02:07:33+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-07-18T02:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=b1713d38fa91e39f142b0c234b6405229aa149e1'/>
<id>urn:sha1:b1713d38fa91e39f142b0c234b6405229aa149e1</id>
<content type='text'>
</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>
