Welcome to PDF Secure your go to solution for encrypting and decrypting PDF passwords! π‘οΈ
| Feature | Description |
|---|---|
| π Encrypt PDFs | Protect your PDFs with strong password encryption |
| π Decrypt PDFs | Easily remove password protection from secured PDFs |
| π Secure File Handling | Ensures your files are managed safely |
| π» Simple & Intuitive Interface | Easy to use, even for non-technical users |
| π Fast & Lightweight | Minimal dependencies and optimized for performance |
| π§© Cross-Platform Support | Works seamlessly on Windows, macOS, and Linux |
| Technology | Description |
|---|---|
| π Python | Core programming language used for development |
| π Streamlit | Frontend interface for an interactive web app |
| π PyPDF2 | Library used for encrypting, and decrypting PDF |
-
Clone the repository:
git clone https://github.com/KrishBharadwaj5678/PDFSecure.git cd PDFSecure -
Install dependencies:
pip install -r requirements.txt
-
Run the app locally with Streamlit:
streamlit run app.py
Want to contribute? Here's how:
- π΄ Fork the repository.
- πΏ Create a new branch (
git checkout -b feature-name). - βοΈ Make your changes and commit them (
git commit -am 'Add feature-name'). - π Push to your branch (
git push origin feature-name). - π Submit a pull request to merge into the main branch.
