SuperMaxine / pptx_unlocker

用于解锁密码加密的pptx文件,使其可以编辑。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pptx_unlocker

powerpoint.png

GitHub issues GitHub forks GitHub stars GitHub license

This is an open source project to unlock a pptx file encrypted with a password and make it editable

Effect Preview

Before

image-20210316223726683.png

After

image-20210316223918548.png

How to use

For quick use or beginners

Please download the executable file directly from the release link, which is available for 64-bit Windows hosts

  1. Double click on the .exe file to open the application, it is a single file application, so you can open it anywhere you want

    image-20210316225319051.png

  2. Drag your .pptx files into the newly opened window.

    image-20210316225741953.png

  3. Waiting for the processing

    image-20210316225858692.png

  4. And BOOM!! The files are all unlocked, enjoy!

    image-20210316225947592.png

For advanced users or Linux/MacOS users

  1. Use the command git clone https://github.com/SuperMaxine/pptx_unlocker.git to clone the project locally

  2. Go to the project directory and run pip install -r requirements.txt to install the dependencies, the main ones are as follows:

    PyQt5==5.15.2
    pyqt5-tools==5.15.2.3.0.2
    (optional)pyinstaller==4.2
  3. Theoretically you can run python3 main.py to open the GUI application, be aware that the python version needs to be as close to 3.8 as possible, if you encounter any problems feel free to send me an issue

  4. If you want to generate the exe by pyinstaller package yourself, note that you have to modify the spec file, please see https://www.cnblogs.com/darcymei/p/9397173.html for details

About

用于解锁密码加密的pptx文件,使其可以编辑。

License:MIT License


Languages

Language:Python 100.0%