Cheatsheet

Extract images from PDFs

Extract images from PDFs

When you need to pull out image from a PDF file

Sometimes there is a real need to save image from pdf without screenshoting or rendering the pdf on the screen. pdfimages helps with that.

PyInstaller Quickstart

PyInstaller Quickstart

Combining python program into single file

Use PyInstaller to package Python programs as standalone executables. It works on Linux, Windows, and Mac.

Not the most efficient way, but usable.

Python Cheat Sheet

Python Cheat Sheet

Frequenly needed bits of python code

Sometimes need this but can’t find rightaway. So keeping them all here.