This Python project is a menu-driven program that provides a variety of functionalities, making it a versatile tool for different tasks. The program includes options for text editing, web browsing, communication, social media interactions, and more. It is designed to be user-friendly and can serve as a starting point for further customization and expansion.
- Opens the Notepad application for text editing.
- Launches the Google Chrome web browser.
- (Note: This functionality requires further development based on the specific platform and integration points.)
- Sends an email using user-provided details such as recipient, subject, and message.
- Sends an SMS using Twilio with user-provided recipient and message.
- Retrieves and displays the current worldwide Twitter trends.
- Fetches the top 10 posts for a specified hashtag on Twitter.
- Retrieves a summary of a specified topic from Wikipedia.
- Opens a specified URL in the default web browser.
- (Note: This functionality requires further development based on the specific platform and integration points.)
- Python installed on your system.
- Required Python libraries:
smtplib,twilio,pyttsx3,wikipedia,tweepy(install usingpip install library_name).
Special thanks to Vimal Daga sir for guidance and mentorship throughout the development of this project.