GUI software to download video and audio. To download a data set in CSV format.
pip install --upgrade pip
pip install --upgrade setuptools
pip install --upgrade poetry
poetry install
When pasting from the clipboard on Linux
sudo apt install xclip
Linux or MacOS
poetry run python src/dataset-dl.py
Windows 10 or 11
poetry run python.exe src/dataset-dl.py
If the download fails
Try the following command.
poetry update
poetry run pyinstaller build.spec
Windows 10 or 11
poetry run python.exe -m nuitka --onefile --include-data-files=resources/fonts/*=resources/fonts/ src/dataset-dl.py --follow-imports --enable-plugin=tk-inter --windows-icon-from-ico=resources/dataset-dl.ico --windows-disable-console
- Download from CSV in various styles
- Download in wav format
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
NotoSansJP
SIL OPEN FONT LICENSE Version 1.1
├── resources
│ ├── fonts
│ │ ├── NotoSansJP-Regular.otf
│ │ └── OFL.txt