From eccb5656c5f76a10e6f9b800905cc3da98e5f106 Mon Sep 17 00:00:00 2001 From: Kharec Date: Fri, 14 Nov 2025 23:38:05 +0100 Subject: [PATCH] docs: update readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e574cf --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# auditui + +A terminal-based user interface (TUI) client for Audible, written in Python 3. + +Listen to your audiobooks, browse your library, search for new titles, and manage your Audible account directly from your terminal. + +## What it does + +For now, it just lists your library. + +Login is handled and credentials are stored in `~/.config/auditui/auth.json`. + +OTP is supported if you use a two-factor authentication device. + +## License + +GNU General Public License v3.0