Convert any given video to a PDF file using this script.
To install all the dependencies just run the command :
pip install -r requirements.txt
- Speech Recognition
- MoviePy
- Tkinter
- FPDF
- Download the script.
- Open comaand prompt and enter into the folder.
- Run the script using
python script.py
. - Click on
Browse
and select a video from your local machine. - Click on
Convert
. - The
PDF
will be saved asmy_pdf.pdf
in the same folder.