Skip to content

UbaidullahWaheed/Voice_Assisstant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿค– ARIA โ€” AI Voice Assistant

Python Tkinter AI License Internship

ARIA (Artificial Responsive Intelligence Assistant) is a fully-featured, premium dark-themed AI desktop assistant built with Python and Tkinter. Chat naturally and ARIA handles everything from math to web searches.


โœจ Features

๐Ÿง  Intelligence

Command Example
๐Ÿ• Time & Date "What time is it?" / "What's today's date?"
๐Ÿ“… Calendar "Show me the calendar"
๐Ÿ˜„ Jokes "Tell me a joke"
๐Ÿง  Fun Facts "Tell me a fun fact"
๐Ÿ’ช Motivation "Motivate me" / "Give me a quote"
๐Ÿ’ก Tips "Give me a productivity tip"
๐Ÿงฎ Calculator "What is 25 * 4 + 10?" / "Calculate 144 / 12"
๐Ÿ”ข Fibonacci "Fibonacci 10"

๐ŸŒ Web & Apps

Command Example
๐Ÿ” Web Search "Search for Python tutorials"
๐ŸŒ Open Website "Open github.com"
โ–ถ๏ธ YouTube "Search YouTube for lo-fi music"
๐Ÿ“– Wikipedia "Wikipedia Artificial Intelligence"
๐ŸŒค๏ธ Weather "Weather in London"
๐Ÿ—บ๏ธ Google Maps "Directions to Eiffel Tower"
๐Ÿ“ฐ News "Show me the news"
๐Ÿ“ง Gmail "Open Gmail"

๐Ÿ’ป System

Command Example
๐Ÿ’ป System Info "Show system info"
๐Ÿ“ File Manager "Open file manager"
๐Ÿ—‘๏ธ Clear Chat "Clear history"
๐Ÿ“œ History "Show conversation history"

๐ŸŽจ UI Features

  • Dark purple premium theme
  • Real-time typing indicator
  • Online / Thinking status indicator
  • Quick command sidebar (one-click shortcuts)
  • โฌ†๏ธโฌ‡๏ธ Arrow keys to recall previous commands
  • Character count with limit warning
  • Scrollable chat history
  • Clear chat button

๐Ÿš€ Getting Started

Prerequisites

  • Python 3.x (all libraries are built-in)

Run the App

git clone https://github.com/YOUR_USERNAME/HexSoftwares_Voice_Assistant.git
cd HexSoftwares_Voice_Assistant
python voice_assistant.py

๐Ÿ—‚๏ธ Project Structure

HexSoftwares_Voice_Assistant/
โ”‚
โ”œโ”€โ”€ voice_assistant.py   # Main application (AssistantBrain + GUI)
โ””โ”€โ”€ README.md            # Project documentation

๐Ÿ› ๏ธ Built With

  • Python 3 โ€” Core language
  • Tkinter โ€” GUI framework (built-in)
  • webbrowser โ€” Open URLs (built-in)
  • urllib โ€” URL encoding (built-in)
  • datetime โ€” Time and date (built-in)
  • threading โ€” Non-blocking responses (built-in)
  • platform / subprocess โ€” System info & app launching (built-in)
  • random / math โ€” Logic and calculations (built-in)

โœ… Zero external dependencies โ€” runs out of the box!


๐Ÿ“ธ App Preview

โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘  ๐Ÿค– ARIA  Artificial Responsive Intelligence          โ—Online
โ• โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•ฆโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•ฃ
โ•‘ Quick        โ•‘  12:45 PM                             โ•‘
โ•‘ Commands     โ•‘  ๐Ÿค– ARIA                              โ•‘
โ•‘              โ•‘  Hello! I'm ARIA, your AI assistant.  โ•‘
โ•‘ ๐Ÿ• Time      โ•‘                                       โ•‘
โ•‘ ๐Ÿ“… Date      โ•‘  12:46 PM                             โ•‘
โ•‘ ๐Ÿ˜„ Joke      โ•‘  You                                  โ•‘
โ•‘ ๐Ÿง  Fun Fact  โ•‘  Tell me a joke                       โ•‘
โ•‘ ๐Ÿ’ช Motivationโ•‘                                       โ•‘
โ•‘ ...          โ•‘  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  [ Send โžค ] โ•‘
โ•‘              โ•‘  โ”‚ Type a message...   โ”‚              โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•ฉโ•โ•งโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

๐Ÿ‘จโ€๐Ÿ’ป Author

Ubaidullah Waheed Developed as Task 2 of the Hex Softwares Python Programming Internship.


๐Ÿ“„ License

This project is licensed under the MIT License.

About

๐Ÿค– ARIA - AI-powered desktop voice assistant built with Python & Tkinter. Natural language processing, web search, calculator, Wikipedia, YouTube, weather, maps, jokes, facts, motivation & system info. Zero external dependencies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages