| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A collection of Python utility scripts.
To set up the project on your local machine, follow these steps:
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`Make sure you have Python installed. Then, install the required dependencies:
pip install -r requirements.txtInstructions on the usage of the scripts:
Calculate the total duration of videos inside a specified directory (and its subdirectories).
python calculate_videos_duration.py -hRecursively list all files with specified extension and created within a time frame inside specified directory.
Calculate total duration of videos in a YouTube playlist.
python -m youtube.playlist_duration -hThis project is licensed under the Apache License 2.0. You are free to use, modify, and distribute this software under the terms of the license.
For questions or issues, feel free to open an issue in this repository or contact me via email.
| Back | FazBrowse Home | New Git URL |