https://github.com/duc11021102/pdf-security
Python PDF Security File Program By @duc11021102
https://github.com/duc11021102/pdf-security
pdf-converter pwinput pyinstaller python python-project
Last synced: 9 months ago
JSON representation
Python PDF Security File Program By @duc11021102
- Host: GitHub
- URL: https://github.com/duc11021102/pdf-security
- Owner: duc11021102
- License: mit
- Created: 2025-04-03T17:45:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T18:19:30.000Z (9 months ago)
- Last Synced: 2025-04-09T16:18:25.933Z (9 months ago)
- Topics: pdf-converter, pwinput, pyinstaller, python, python-project
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Python Application - Protect your pdf file with custom password
You can protect your PDF file with a custom password using `Python`

```
What the program does?
- Paste your pdf file url or drag and drop to secure
- Protect it with a password
- A terminal windows program
```
## Quick start
The simplest method is to install the portable version using the .exe file, available at this link.
Or install with python:
### Requirements
* Python
* Python Libraries: `PyPDF2 pwinput pyinstaller`
### Setup
- Install the dependencies following these steps :
- Star this repository
- <>Code > Download ZIP > Open cmd/terminal in that location
- Run this command : `pip install -r requirements.txt`
- Run `main.py`
- If you want to build and creat a .exe program:
- Run this command : `pyinstaller --onefile --icon=lock.ico main.py`
- Your .exe file in your generated dist folder
\* The setup for different projects might not be the same. Please refer to the individual setup guides given for each project.