bcgov / PDF-Portfolio-Detector

Python application to scan through a folder and its subfolders to determine PDF Portfolios within.
Apache License 2.0
3 stars 0 forks source link

PDF Portfolio Detector

Note: Has only been tested on windows 10 and Python 3.12.

Installation Guide:

  1. Download Python. Can be done by going to the microsoft store and searching python. For example, select "Python 3.12" and click download.

  2. Open the "Install-Me" folder inside of the PDFPortfolioDetector folder and open the "Click-Me.bat" file. Let the console/terminal that pops up do its thing.

  3. Close the terminal when it says press any key to continue.

  4. Open the command prompt or windows powershell by right clicking at the bottom right windows icon and selecting the option "Windows Powershell". (Make sure NOT to select Windows Powershell admin)

  5. Find the directory of your folder, this can be achieved by opening your PDFPortfolioDetector folder and right clicking the "README.MD" and selecting properties. In there, you will see the "Location:" or "Directory:". Then, copy that line of text.

  6. Go back to your terminal or powershell and type the two letter cd then press space bar then paste the line of text you copied from step 5. (Make sure that you put your directory in quotations)

  7. The terminal or powershell should now show your line of text. Now, type "python" then press space bar then "./PDFPortfolioDetector.py" (type all those without the quotations)

  8. Congrats, some text will pop up but the application should open up shortly.

How to use:

Enjoy!