Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 965 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 965 Bytes

flowpaper-downloader

Python script for downloading flowpaper presentations and some other tool for converting to pdf

Install

  • Tested on python 3.11 (windows), for linux maybe you have to change the images path format
  • pip install selenium

Use

  • Make sure the the folder "images" exist on script path or change in code
  • python3 flowpaper_downloader.py

Example Use

image

  • python3 flowpaper_downloader.py

Script output

image image

Create PDF file

  • Just run the script : python3 pdf_converter.py

image