This is an all-in-one Virtual Assistant Python program built with multiple features for beginners. It combines practical tools like a calculator, app launcher, virtual banking system, Wikipedia search, YouTube player, joke teller, date & time, and a chatbot into a single easy-to-use application.
- App Launcher: Open Notepad, Chrome, or other apps directly from the program.
- Calculator: OOP-based simple calculator (Addition, Subtraction, Multiplication, Division).
- Virtual Banking System: Check balance, deposit, and withdraw money.
- Wikipedia Search: Fetch quick summaries for any topic.
- YouTube Player: Search and play videos or songs on YouTube.
- Date & Time: Display current date and time.
- Joke Teller: Get random jokes using the
pyjokeslibrary. - Chatbot Mode 💬: Chat with an AI-powered bot using
ChatterBot.
- Clone the repository:
git clone https://github.com/yourusername/Multipurpose-Python-Assistant.git
cd Multipurpose-Python-Assistant