Skip to content

The Script is to convert the Video files to Audio using Python 3!

Notifications You must be signed in to change notification settings

arnabb38/video-to-audio-converter-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Video to Audio Converter using Python 3!

Prerequisites

  • Python 3
  • PIP 3
  • tkinter

Installation

  1. tkinter is a Python 3 GUI package. To install it:
sudo apt-get install python3-tk 
  1. Install 2 more Python package using PIP from requirements.txt file.
pip install -r requirements.txt

How to use

  • After successful Installation process, Run the Python script using:
python video-to-audio.py
  • Select the Video file from directory.

  • Wait for conversion process to complete.

  • Converted file can be found in the current script directory.

Author

Arnab Basak

Give a STAR to the project, if that project helped you. Thank you. :)

About

The Script is to convert the Video files to Audio using Python 3!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages