Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Splicer

A simple Python GUI application that splits email addresses into their username and domain components. Built with tkinter as a learning project.

Features

  • Paste one or more email addresses into the text box
  • Click "Splice Emails" to separate each address into username and domain
  • Results displayed in a table with index, username, and domain columns

Prerequisites

  • Python 3.x
  • tkinter (included with most Python installations)

On Ubuntu/Debian, if tkinter is not installed:

sudo apt install python3-tk

Installation

git clone https://github.com/luketfood101/Email_Splicer.git
cd Email_Splicer

No additional dependencies are required.

Usage

Run the main application:

python3 email_splicer_code_1.py

Or run the simplified version:

python3 Email_Splicer_Code_2.py

Project Structure

  • email_splicer_code_1.py — Full-featured version with listbox UI, scrollbar, and column headers
  • Email_Splicer_Code_2.py — Simplified rewrite with cleaner parsing logic

About

Simple project to create a email splicer to splice username and domain.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages