Skip to content

raglandconnor/resume-upload-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resume Upload Script for Updating Personal Website

I created this script to help automate the process of updating the resume I display on my own website.

The script converts the PDF resume to PNG, moves both to the project directory, and pushes changes to GitHub.

Prerequisites

How to use

  1. Clone repository to local:
git clone https://github.com/raglandconnor/resume-upload-script.git
cd resume-upload-script
  1. Create virtual environment:
# in project repository
python3 -m venv .venv
source .venv/bin/activate  # activate python virtual environment (macOS)
  1. Install dependencies:
# in project repository
pip install -r requirements.txt  # or (pip install pdf2image Pillow)
# in terminal
brew install poppler
  1. Edit script paths/filenames
  2. Place PDF in source directory
  3. Run the script:
# in project repository
python3 script.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages