Welcome to the Email Generator project! This Python program allows you to generate email addresses based on provided names and surnames, using popular South African email providers.
- Input:
• Run the program.
• Enter your name when prompted.
• Optionally, enter your surname.
- Provider Selection:
• Choose from the following South African email providers:
• Gmail • Yahoo • Outlook
- Generated Email:
• The program will generate an email address for you based on your input and the chosen provider.
• If a surname is provided, the email format is '[email protected]'.
• If no surname is provided, the email format is '[email protected]'.
- Requirements:
• Python 3 installed on your computer.
• Access to the internet to fetch email providers.
- Clone the Repository:
• Clone this repository to your local machine using the following command:
git clone https://github.com/your-username/EmailGenerator.git
• Replace "your-username" with your GitHub username.
- Run the Program:
• Navigate to the local repository folder.
• Execute the program by running the command:
python email_generator.py
• Follow the on-screen instructions.
• If you encounter any issues or have questions, feel free to open an issue on GitHub.
• Contributions are welcome! Fork the repository, make your changes, and submit a pull request.
• This project is licensed under the MIT License - see the LICENSE file for details.