Pinned Loading
-
for encrypting(or decrypting) an ent...
for encrypting(or decrypting) an entire folder 1#!/usr/bin/env python3
2import os
3import getpass
4from pathlib import Path
5import argparse
-
For converting PDF files to TXT with...
For converting PDF files to TXT with OCR, not very good at it but its kinda the best there is rn. 1#!/usr/bin/env python3
2'''
3For converting PDF files to TXT with OCR, not very good at it but its kinda the best there is rn.
45Took tutorial from https://pythontips.com/2016/02/25/ocr-on-pdf-files-using-python
-
Quick script to update plex server t...
Quick script to update plex server through a cron job. 1# Update plex server automatically
2# Tom Miller 2018-08-25
3MAILTO='[email protected]'
4SUBJECT='Plex Server Update Log'
5 -
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.