Giter Site home page Giter Site logo

pdfconverter's Introduction

PDF to MP3 Converter

This repository contains two Python scripts: pdf_handler.py and gui.py.

gui.py is a simple Python program with a graphical user interface (GUI) that allows you to convert PDF files to MP3 files. It uses the PySimpleGUI library for creating the GUI.

Prerequisites:

  • Python 3.10 or above
  • PySimpleGUI library
  • tkinter library

Usage:

To use gui.py, you can run the following command:python src/gui.py

The GUI will open, allowing you to choose a PDF file and specify the output MP3 file. Once you click the "Convert" button, the PDF file will be converted to an MP3 file and saved in the same directory as the script.

Requirements:

To install the required libraries, you can create a requirements.txt file with the following content:

You can then install the required libraries using the following command:

pip install -r requirements.txt

Test Data:

I've also provided you with some PDF samples. One is a small file and another is "Gang of Four" book in .pdf format.

The samples are located in:

./media

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.