| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: add macOS installation instructions (#95) | Ingenium23 | 2026-02-08 | 1 | -1/+44 |
| | | |||||
| * | bump version for PyPI release | Brianna Rainey | 2026-01-22 | 1 | -12/+18 |
| | | |||||
| * | explain pipx install, explain PATH variable | tassaron | 2026-01-15 | 1 | -1/+3 |
| | | |||||
| * | change Python >=3.13 to >=3.12 | tassaron | 2026-01-14 | 1 | -4/+7 |
| | | |||||
| * | update readme: recommend pipx and uv + change headers | tassaron | 2026-01-13 | 1 | -19/+34 |
| | | |||||
| * | Use pyproject.toml + uv_build | Aeliton G. Silva | 2026-01-13 | 1 | -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.0 | tassaron | 2026-01-12 | 1 | -4/+3 |
| | | |||||
| * | update to Qt 6 and Pillow 12 | tassaron | 2026-01-11 | 1 | -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.04 | Brianna Rainey | 2024-04-10 | 1 | -21/+5 |
| | | | | also remove outdated macOS instructions, which probably don't work anymore | ||||
| * | fix broken link. move commandline info lower | tassaron | 2022-05-05 | 1 | -20/+10 |
| | | |||||
| * | add more links to wiki | tassaron | 2022-05-05 | 1 | -2/+3 |
| | | |||||
| * | shrink screenshot slightly, add alt/tite text | tassaron | 2022-05-05 | 1 | -2/+3 |
| | | |||||
| * | new readme with screenshot | tassaron | 2022-05-05 | 1 | -35/+45 |
| | | |||||
| * | Suggest pipx for installation. Fix `avp` command. | tassaron | 2022-05-03 | 1 | -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 readme | tassaron | 2022-05-03 | 1 | -11/+8 |
| | | |||||
| * | tested working instructions for Ubuntu 22.04 | tassaron | 2022-04-30 | 1 | -6/+6 |
| | | | | | using the default environment, Gnome on Wayland, in a clean virtual machine | ||||
| * | license may be affected by packaging | tassaron | 2022-04-29 | 1 | -1/+3 |
| | | | | | https://github.com/djfun/audio-visualizer-python/issues/28#issuecomment-314791421 | ||||
| * | document keyboard shortcuts. fix "show ffmpeg command" | tassaron | 2022-04-29 | 1 | -0/+24 |
| | | |||||
| * | some work on the readme (install instructions not done yet) | tassaron | 2022-04-22 | 1 | -39/+44 |
| | | |||||
| * | update readme with known working versions | tassaron | 2022-04-13 | 1 | -3/+4 |
| | | |||||
| * | quick update to be somewhat compatible with newer versions of Pillow, ↵ | tassaron2 | 2020-03-15 | 1 | -6/+8 |
| | | | | | ffmpeg, and Ubuntu | ||||
| * | combined toolkit.py & frame.py into toolkit package | tassaron | 2017-07-17 | 1 | -1/+1 |
| | | |||||
| * | apply complex filters to audio streams from components | tassaron | 2017-07-16 | 1 | -9/+12 |
| | | | | | tons of sound options could be given now, + installation using setup.py | ||||
| * | more comments + warnings for outdated dependencies | tassaron | 2017-07-09 | 1 | -3/+5 |
| | | |||||
| * | more thorough installation directions | tassaron | 2017-07-06 | 1 | -2/+7 |
| | | |||||
