From 9d08a8ceaf9a40fc63920192511a6a2c6a4a89ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D1=81=D0=B5=D0=BD=D0=B8=D1=8F?= Date: Thu, 20 Feb 2025 14:22:56 +0300 Subject: [PATCH 1/2] fix: in passpdf.py fix typo in input prompt message --- passpdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passpdf.py b/passpdf.py index 14dd0b9..3563e43 100644 --- a/passpdf.py +++ b/passpdf.py @@ -6,7 +6,7 @@ # Explicitly ask the user what the name of the original file is -pdf_name = input('Pleast type in the name of the pdf file suffixed with its extention: ') +pdf_name = input('Please type in the name of the pdf file suffixed with its extension: ') # Making an instance of the PdfFileReader class with the original file as an argument original_file = PdfFileReader(pdf_name) From 4bf84c94ae2ce39c3302d411d59d76a6c38f3cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D1=81=D0=B5=D0=BD=D0=B8=D1=8F?= Date: Thu, 20 Feb 2025 15:00:25 +0300 Subject: [PATCH 2/2] fix: link to project "Password Protect PDF" in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc88ec6..8042cdf 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ qxresearch AI is a research lab focused on Machine Learning, Deep Learning, and ### Python Application * 📼 [Voice Recorder](https://github.com/qxresearch/qxresearch-event-1/tree/master/Applications/Voice%20Recorder) : Simple voice recorder with custom time limit -* 🔑 [Password Protect PDF](https://github.com/qxresearch/qxresearch-event-1/tree/master/Applications/Password%20Protech%20PDF) : Protect a pdf with custom password +* 🔑 [Password Protect PDF](https://github.com/qxresearch/qxresearch-event-1/tree/master/Applications/Password%20Protect%20PDF) : Protect a pdf with custom password * 🗏 [Merge Multiple PDF](https://github.com/qxresearch/qxresearch-event-1/tree/master/Applications/Merge%20Multiple%20PDF) : Merge multiple pdfs with python scripting * 🔔 [Windows Notification](https://github.com/qxresearch/qxresearch-event-1/tree/master/Applications/Windows%20Notification) : Custom windows notification maker * 🎬 [Audio Visualization Tool](https://github.com/qxresearch/qxresearch-event-1/tree/master/Applications/Audio%20Visualization%20Tool) : Awesome audio visualization tool!