Skip to content

cm-schrader/HPRC-Signiture-Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPRC Signiture Maker

A simple Python program that generates and installs an Outlook signiture based off a template. It was written to simplify creating signitures for the Officers of AIAA's HPRC although this branch of the project uses a template made for AIAA officers. The script uses regexes to fill the fields "HNAME", "HPOSITION", "HMAJOR", and "HCLASS" in a template. The resulting HTML signature is created in the Microsoft Signature folder where it can be immedietly used in any new email.

Note: This only works for Outlook for Desktop. For other platforms, generate a signature for Outlook for Desktop and follow a tutorial such as this one.

Verified to run on Windows. Theoretically runs on Mac and Linux although it has not been tested on these systems.

Use

  1. If not installed allready, install Python 3.8 or greater and Pip. You must have Python and Pip added to Path. This is an option in the installer, but if you missed it you can add it manually. If you used the Window Store to install Python, it is done automatically. If you are unfamiliar with Python and have no idea what Path is, follow this guide. The package elevate is required. Typically this must be done manually but for the convenience of nonprogrammer officers, the script will automatically install it if is not installed.

  2. Click on the green "Code" button at the top of this page. If you have GIT hub, you can clone the repository, otherwise, just click "download ZIP"

    1. If you downloaded the zip, be sure to extract the folder from it. You will find the program inside of the folder.
  3. Run hprcSignitor.py

  4. Complete all the fields.

    1. Full Name: Your perfered full name. ei: "Christian M. Schrader"
    2. Officer Position: Your official title on the Officer Board of AIAA. ei: "Public Relations"
    3. Major: The title of your major. ei: "Aerospace Engineering"
    4. Graduation Year: The year you expect to graduate with your BS. ei: "2021"
  5. Click "Create".

  6. The program will then add your new signature to Outlook desktop before closing itself. You can now use your new signature in Outlook for desktop.

About

Creates a personalized HPRC outlook signiture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published