aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-01-15explain pipx install, explain PATH variabletassaron
2026-01-14change Python >=3.13 to >=3.12tassaron
2026-01-13update readme: recommend pipx and uv + change headerstassaron
2026-01-13Use pyproject.toml + uv_buildAeliton G. Silva
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/* -> src/avp/ - src/tests -> ../tests
2026-01-12update readme and create requirements.txt for v2.1.0tassaron
2026-01-11update to Qt 6 and Pillow 12tassaron
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.
2024-04-10update readme for Ubuntu 24.04Brianna Rainey
also remove outdated macOS instructions, which probably don't work anymore
2022-05-05fix broken link. move commandline info lowertassaron
2022-05-05add more links to wikitassaron
2022-05-05shrink screenshot slightly, add alt/tite texttassaron
2022-05-05new readme with screenshottassaron
2022-05-03Suggest pipx for installation. Fix `avp` command.tassaron
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.
2022-05-03update readmetassaron
2022-04-30tested working instructions for Ubuntu 22.04tassaron
using the default environment, Gnome on Wayland, in a clean virtual machine
2022-04-29license may be affected by packagingtassaron
https://github.com/djfun/audio-visualizer-python/issues/28#issuecomment-314791421
2022-04-29document keyboard shortcuts. fix "show ffmpeg command"tassaron
2022-04-22some work on the readme (install instructions not done yet)tassaron
2022-04-13update readme with known working versionstassaron
2020-03-15quick update to be somewhat compatible with newer versions of Pillow, ↵tassaron2
ffmpeg, and Ubuntu
2017-07-17combined toolkit.py & frame.py into toolkit packagetassaron
2017-07-16apply complex filters to audio streams from componentstassaron
tons of sound options could be given now, + installation using setup.py
2017-07-09more comments + warnings for outdated dependenciestassaron
2017-07-06more thorough installation directionstassaron
2017-07-04updated Windows installation instructionstassaron
2017-06-25Update readme to match newguiBrianna
2016-09-09Add macOS instructionsrikai
Add instructions for setting things up on mac using homebrew (with [recommended ffmpeg settings including libfdk_aac support](https://trac.ffmpeg.org/wiki/CompilationGuide/MacOSX) and pip.
2016-08-17Update README to indicate the use of Pillow 3.3.0rikai
2015-03-05add setup.py, automatic discovery for avconv/ffmpeg, add installation help ↵Martin Kaistra
to readme
2015-03-04update readmeMartin Kaistra
2015-03-02add name request to readmeMartin Kaistra
2015-03-02add readme and MIT licenseMartin Kaistra