<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/setup.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>pin pillow version to one with qt5 support</title>
<updated>2024-04-10T17:21:54+00:00</updated>
<author>
<name>Brianna Rainey</name>
</author>
<published>2024-04-10T17:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=11b12d58e90bf75d1030709ba3f1f20c3d37628a'/>
<id>urn:sha1:11b12d58e90bf75d1030709ba3f1f20c3d37628a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include test data in package, pytest-qt plugin for testing Qt event loop, remove useless pytest fixtures</title>
<updated>2022-05-10T02:05:05+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-10T02:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=e1cb15c639b950014bfce24ad292491292c50b0f'/>
<id>urn:sha1:e1cb15c639b950014bfce24ad292491292c50b0f</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>switch Pillow-SIMD for Pillow</title>
<updated>2022-04-30T03:19:47+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-30T03:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=67c6fa43ac5ed85719179485b0fff4a8ad071a9f'/>
<id>urn:sha1:67c6fa43ac5ed85719179485b0fff4a8ad071a9f</id>
<content type='text'>
It is easier for people to install with pip. We can always go back to SIMD in the future when we have a better install script. Packaged versions can still use Pillow-SIMD
</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>ctrl-c ends commandline mode properly</title>
<updated>2017-08-28T22:54:54+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-28T22:54:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=8411857030d92e448d5c64682f396e677161afbe'/>
<id>urn:sha1:8411857030d92e448d5c64682f396e677161afbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed relative image scale bug &amp; Life preset bug</title>
<updated>2017-08-10T21:27:59+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-10T21:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=bdb006f25d2237ad69ee88d7f054cefaa0c5a3d8'/>
<id>urn:sha1:bdb006f25d2237ad69ee88d7f054cefaa0c5a3d8</id>
<content type='text'>
dicts must be alphabetized in AV files
</content>
</entry>
<entry>
<title>component class now tracks colorwidgets</title>
<updated>2017-08-01T21:57:39+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-01T21:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=3c1b52205f183e9a2c943c5f666ed2c01db3aaf5'/>
<id>urn:sha1:3c1b52205f183e9a2c943c5f666ed2c01db3aaf5</id>
<content type='text'>
so adding new color-selection widgets is now simple
</content>
</entry>
</feed>
