Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Email Slicer/EmailSlicer.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
email = input("Enter your email id - ")
username = email[0:email.index('@')]
domain = email[email.index('@')+1: ]
print("Username - ", username)
print("Domain - ", domain)
35 changes: 35 additions & 0 deletions Email Slicer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!--Please do not remove this part-->
![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99)
![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)


# Email Slicer


<!--An image is an illustration for your project, the tip here is using your sense of humour as much as you can :D

You can copy paste my markdown photo insert as following:
<p align="center">
<img src = "" width="40%" height="40%">
-->

## 🛠️ Description
<!--Remove the below lines and add yours -->
Email Slicer separates username and domain from the given email address.

## ⚙️ Languages or Frameworks Used
<!--Remove the below lines and add yours -->
Language used is Python. There are no dependencies.

## 🌟 How to run
<!--Remove the below lines and add yours -->
It is really simple to run the program. Simple head over to the directory where python file is saved and run the following command:
```python3 EmailSlicer.py```

## 📺 Demo
![Screenshot from 2021-10-02 15-20-43](https://user-images.githubusercontent.com/68545365/135711432-f9cac4e1-ba34-44da-ac56-3b867710fa71.png)

## 🤖 Author
<!--Remove the below lines and add yours -->
<a href="https://github.com/ShrutiSolani">Shruti Solani

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,14 @@ SR No | Project | Description | Author
12 | <a href="https://github.com/ShrutiSolani/python-mini-project/tree/main/Number%20Guessing">Number Guessing | Number Guessing Game | [Shruti Solani](https://github.com/ShrutiSolani)
13 | <a href="https://github.com/ShrutiSolani/python-mini-project/tree/main/Madlibs">Mad Libs | Mad Libs Game | [Shruti Solani](https://github.com/ShrutiSolani)
14 | <a href="https://github.com/ndleah/python-mini-project/tree/main/Caesar_Cipher">Caesar Cipher | Simple Caesar Cipher encryptor and decryptor bulit with python | [FH089](https://github.com/FH089)
15 | <a href="https://github.com/ShrutiSolani/python-mini-project/tree/main/Email%20Slicer">Email Slicer | Email Slicer | [Shruti Solani](https://github.com/ShrutiSolani)

## ![image](IMG/like.svg) Our Contributors

<a href="https://github.com/ndleah/python-mini-project/graphs/contributors">
<img src="https://contrib.rocks/image?repo=ndleah/python-mini-project" />
</a>


## ![image](IMG/muscle.svg) Feedback

Expand Down