aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: add macOS installation instructions (#95)Ingenium232026-02-081-1/+44
|
* bump version for PyPI releaseBrianna Rainey2026-01-221-12/+18
|
* explain pipx install, explain PATH variabletassaron2026-01-151-1/+3
|
* change Python >=3.13 to >=3.12tassaron2026-01-141-4/+7
|
* update readme: recommend pipx and uv + change headerstassaron2026-01-131-19/+34
|
* Use pyproject.toml + uv_buildAeliton G. Silva2026-01-131-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* update readme and create requirements.txt for v2.1.0tassaron2026-01-121-4/+3
|
* update to Qt 6 and Pillow 12tassaron2026-01-111-45/+58
| | | | 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.
* update readme for Ubuntu 24.04Brianna Rainey2024-04-101-21/+5
| | | also remove outdated macOS instructions, which probably don't work anymore
* fix broken link. move commandline info lowertassaron2022-05-051-20/+10
|
* add more links to wikitassaron2022-05-051-2/+3
|
* shrink screenshot slightly, add alt/tite texttassaron2022-05-051-2/+3
|
* new readme with screenshottassaron2022-05-051-35/+45
|
* Suggest pipx for installation. Fix `avp` command.tassaron2022-05-031-9/+14
| | | | 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.
* update readmetassaron2022-05-031-11/+8
|
* tested working instructions for Ubuntu 22.04tassaron2022-04-301-6/+6
| | | | using the default environment, Gnome on Wayland, in a clean virtual machine
* license may be affected by packagingtassaron2022-04-291-1/+3
| | | | https://github.com/djfun/audio-visualizer-python/issues/28#issuecomment-314791421
* document keyboard shortcuts. fix "show ffmpeg command"tassaron2022-04-291-0/+24
|
* some work on the readme (install instructions not done yet)tassaron2022-04-221-39/+44
|
* update readme with known working versionstassaron2022-04-131-3/+4
|
* quick update to be somewhat compatible with newer versions of Pillow, ↵tassaron22020-03-151-6/+8
| | | | ffmpeg, and Ubuntu
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-1/+1
|
* apply complex filters to audio streams from componentstassaron2017-07-161-9/+12
| | | | tons of sound options could be given now, + installation using setup.py
* more comments + warnings for outdated dependenciestassaron2017-07-091-3/+5
|
* more thorough installation directionstassaron2017-07-061-2/+7
|