A Python script to shorten URLs in a PowerPoint presentation using the TinyURL service.
These instructions will get you a copy of the script up and running on your local machine.
- Python 3
- pptx (pip install python-pptx)
- pyshorteners (pip install pyshorteners)
- Clone or download the repository.
- Install the required packages with pip.
python shorten_ppt_urls.py <input_file> <output_file>
python shorten_ppt_urls.py my_ppt.pptx my_ppt_shortened.pptx
This script takes two arguments, the first argument is the input PowerPoint file and the second argument is the output PowerPoint file where the changes will be saved.
We welcome contributions to the project. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Open a pull request to the main branch of the original repository.
Please ensure that your code is well-commented and follows the project's coding style.
This project is licensed under the MIT License - see the LICENSE.md file for details.