
This repository contains an image to editable pptx application that demonstrates the use of a GUI to select and process files. The application provides an interface for the user to select a file from their system and then process it.
- File Selection: Allows users to browse and select a file from their local filesystem.
- File Processing: Allows User to control what processing to be done
- Image to PPTX: Allows User to create editable PPTX from images
- Sumarizer AI: Generates Summary from inputted documents , also accepts text
- EXE: .exe created with pyinstaller
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
- Python 3.9.x
- All required libraries
You can install PyQt5 using pip:
pip install pyqt5
A step by step series of examples that tell you how to get a development env running:
- Clone the repository:
git clone https://github.com/vanshksingh/B4_324_PDF_TO_TEXT/
- Navigate to the cloned directory:
cd B4_324_PDF_TO_TEXT
- Run the application:
PresentifyX.py
- Click on 'Select File' to open a file dialog and choose a file.
- The path of the selected file will be displayed on the interface.
- Choose what action you want to perform.
- Click 'Start' to perform operations on the selected file.
--/ to add later /-- Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Vansh - Initial work - vanshksingh
- Pranshu - Initial work
--/ to add later /-- See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc