This is an open source project to unlock a pptx file encrypted with a password and make it editable
Before
After
Please download the executable file directly from the release link, which is available for 64-bit Windows hosts
-
Double click on the
.exe
file to open the application, it is a single file application, so you can open it anywhere you want -
Drag your
.pptx
files into the newly opened window. -
Waiting for the processing
-
And BOOM!! The files are all unlocked, enjoy!
-
Use the command
git clone https://github.com/SuperMaxine/pptx_unlocker.git
to clone the project locally -
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
-
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 -
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