From f024128f85497c0ae35ddd14518ba33250c315d7 Mon Sep 17 00:00:00 2001 From: Kharec Date: Tue, 6 Jan 2026 10:30:29 +0100 Subject: [PATCH] docs: update readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0144102..6b2e763 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # auditui -A terminal-based user interface (TUI) client for Audible, written in Python 3: listen to your audiobooks (even offline), browse your library, and more! +A terminal-based user interface (TUI) client for [Audible](https://www.audible.fr/), written in Python 3. Currently, the only available theme is Catppuccin Mocha, following their [style guide](https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md), as it's my preferred theme across most of my tools. +## Requirements + +- [Python](https://www.python.org/) 3.10-3.12 (3.13+ is not yet supported by `audible` module) +- [ffmpeg](https://ffmpeg.org/) installed to play audio files. + ## Features - **Browse your library**: View all your Audible audiobooks in a clean, terminal-based interface @@ -15,11 +20,6 @@ Currently, the only available theme is Catppuccin Mocha, following their [style - **Keyboard-driven**: Fully navigable with keyboard shortcuts for efficient use - **Two-factor authentication**: Supports OTP for secure login -## Requirements - -- [Python](https://www.python.org/) 3.10-3.12 (3.13+ is not yet supported by `audible` module) -- [ffmpeg](https://ffmpeg.org/) installed to play audio files. - ## Installation Use [`pipx`](https://pipx.pypa.io/latest/installation/) to install `auditui`: