<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/components/life.ui, 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 drawing of "peace" shape. Rename a shape to pie</title>
<updated>2022-05-08T00:27:26+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-08T00:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=116baf124a5f8de87f7852263b043b23d6fca1cc'/>
<id>urn:sha1:116baf124a5f8de87f7852263b043b23d6fca1cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change default colour to white for consistency with the default settings of other foreground elements</title>
<updated>2022-05-08T00:20:47+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-08T00:20:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=88f4e2298c4b465c40d9de12b2df6f25d45fc322'/>
<id>urn:sha1:88f4e2298c4b465c40d9de12b2df6f25d45fc322</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Life comp shift buttons and Show Grid option</title>
<updated>2017-08-11T01:57:06+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-11T01:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=c3f128806b45c427058448e6f2ff799de16da418'/>
<id>urn:sha1:c3f128806b45c427058448e6f2ff799de16da418</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added connected path shape to Life</title>
<updated>2017-08-10T13:12:48+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-10T13:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=8baa24e87847a0c7c530cbb55196103ce9cc511c'/>
<id>urn:sha1:8baa24e87847a0c7c530cbb55196103ce9cc511c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more shapes and custom image option for Life</title>
<updated>2017-08-10T04:46:31+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-10T04:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=cacab464c7655a1c0cedcfe95b63609f55d78322'/>
<id>urn:sha1:cacab464c7655a1c0cedcfe95b63609f55d78322</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Conway's Game of Life component</title>
<updated>2017-08-09T20:46:59+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-09T20:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=8b253717f7c0dd3fe73b1f3474fea2176e8f19ba'/>
<id>urn:sha1:8b253717f7c0dd3fe73b1f3474fea2176e8f19ba</id>
<content type='text'>
</content>
</entry>
</feed>
