Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nevinmathew/email-slicer
https://github.com/nevinmathew/email-slicer
python3 tkinter
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nevinmathew/email-slicer
- Owner: nevinmathew
- Created: 2021-11-25T04:59:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T19:18:32.000Z (about 1 year ago)
- Last Synced: 2024-11-07T10:20:35.084Z (2 months ago)
- Topics: python3, tkinter
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email Slicer
An Email Slicer application built with Python using Tkinter.
## Overview
The Email Slicer app allows users to input their email address and provides information about the username, domain, and the email service provider. If you enter an invalid email address, the application will show an error message.
## Features
- Parses and extracts information from the provided email address.
- Provides details about the username, domain, and email service provider.
- Handles invalid email addresses gracefully.## Dependencies
- Python 3.x
- Tkinter (usually included with Python)## Screenshot
![image](https://user-images.githubusercontent.com/88356497/211763476-d14dbc53-da2e-4c2b-9a4f-858d74473761.png)