Skip to content
View TomRobo237's full-sized avatar
💁‍♂️
💁‍♂️

Block or report TomRobo237

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. for encrypting(or decrypting) an ent... for encrypting(or decrypting) an entire folder
    1
    #!/usr/bin/env python3
    2
    import os
    3
    import getpass
    4
    from pathlib import Path
    5
    import argparse
  2. 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
    '''
    3
    For converting PDF files to TXT with OCR, not very good at it but its kinda the best there is rn.
    4
    5
    Took tutorial from https://pythontips.com/2016/02/25/ocr-on-pdf-files-using-python
  3. 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
    3
    MAILTO='[email protected]'
    4
    SUBJECT='Plex Server Update Log'
    5
    
                  
  4. noteserver noteserver Public

    Small Flask server for notes.

    JavaScript

  5. azure_backup azure_backup Public

    Python scripts and program to backup to azure blob storage

    Python

  6. dotfiles dotfiles Public

    General configuration files for stuff and things.

    Vim Script