From 3f0f6922387a1cdcc72c82c4ee3e9e395555b06e Mon Sep 17 00:00:00 2001 From: Sulub Date: Wed, 18 Dec 2024 21:23:52 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2909797..4125e35 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ To run this application, you need to have Python installed. These are the depend - `customtkinter`: A modern and customizable tkinter interface. - `yt-dlp`: A command-line program to download videos from YouTube and other sites. +- `humanize`: Turns a number into a human-readable duration. ### Installation @@ -40,4 +41,4 @@ pip install customtkinter yt-dlp ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.