No project description provided
Project description
Develop a package to convert video to mp3
Table of Contents
About The Project
Welcome to the documentation of video_to_mp3, a Python package that simplifies the conversion of videos to audio files. This versatile tool is designed to be used both as a library in your Python scripts and via the command line for quick and easy usage.
Built With
Installation
- Install video_to_mp3
pip install video_to_mp3
Usage
Usage as a Python library
from video_to_mp3 import video_to_mp3
# Specify the input and output paths.
video_path = "path/to/your/video_file.mp4"
audio_path = "path/to/your/output/audio_audio" # Optional
# Call function to conversion
video_to_mp3.convert(video_path, audio_path)
Command Line Usage
After installation, you can use video_to_mp3 directly in your terminal
video_to_mp3 --input=path/to/your_video.mp4 --output=path/to/output/your_audio
Available command line options:
- --input: Path to the input video.
- --output: Path to the output audio file."
GitHub Repository
Find the source code, contribute, and stay updated on GitHub."
License
Distributed under the MIT License. See LICENSE for more information.
Contributions
Contributions are welcome! Feel free to open an issue to report problems or submit a pull request with improvements.
Acknowledgments
Thank you for using video_to_mp3! If you have any questions or suggestions, please feel free to share them on GitHub.
contact
Joel Edmond Nguemeta👇🏻
Email : joeledmond95@yahoo.com
LinkedIn : https://www.linkedin.com/in/joelproxi/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file video_to_mp3-0.2.tar.gz.
File metadata
- Download URL: video_to_mp3-0.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d64d9a01faab7e2c825a8e242c9f7dc2df602086bebf53a59fb33672d4b7a93f
|
|
| MD5 |
42e2e43c78b0771c81506fdbc29af551
|
|
| BLAKE2b-256 |
bd1831d207be4de7fe6698837a75c5ab10116801ccd1039ee52950281863cb5e
|
File details
Details for the file video_to_mp3-0.2-py3-none-any.whl.
File metadata
- Download URL: video_to_mp3-0.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7fbfa18bb81425bd0c53c089e39ecd429d259407b4c4d81dc9876dbf4efbf99
|
|
| MD5 |
2a9fe83c6fb7b4d9c84be512601c0e5a
|
|
| BLAKE2b-256 |
efddce89e7c2b9a0a77f28363ffedd1506c9ded1717981bcb2a27d268759d226
|