Skip to content

An quick application I created to help automate the process of emailing emails with attachments for my grandmother! This project utilizes the Python module Tkinter

Notifications You must be signed in to change notification settings

rahombus97/email_attachment_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

PaperClip

PaperClip

This application was created for my grandmother to use to help her with sending attachments with emails. I decided to name it PaperClip due to the common image of a paper clip being used to attach things to emails. So I decided to utilize some of my programming skills to help her out a bit.

I created a simple GUI utilizing the python module for her to send emails through, Tkinter: https://wiki.python.org/moin/TkInter

PaperClip GUI

Getting Started

You can run this application via running it directly through your Termainl or Commnad Prompt.

python3 <directory path of repo on local machine>/email_attachment_main.py

or

I created a Bash script to be used on Windows and Mac machines to execute right from a desktop icon

Windows

[Desktop Entry]
Name=PaperClip
Comment=Runs GUI for PaperClip
Exec=<path to email_attachment_main.py>
Terminal=false
Type=Application

Mac

!/bin/sh
python3 /Users/Rahombus97/Documents/dev/tk_email_attachment/email_attachment_main.py

Prerequisites

Tkinter: https://wiki.python.org/moin/TkInter

Installing and Running

Pull down the repo and change into the directory to run email_attachment_main.py

cd email_attachment_app/src
python3 email_attachment_main.py

About

An quick application I created to help automate the process of emailing emails with attachments for my grandmother! This project utilizes the Python module Tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages