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.
| 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" |
| Command | Example |
|---|---|
| ๐ Web Search | "Search for Python tutorials" |
| ๐ Open Website | "Open github.com" |
| "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" |
| Command | Example |
|---|---|
| ๐ป System Info | "Show system info" |
| ๐ File Manager | "Open file manager" |
| ๐๏ธ Clear Chat | "Clear history" |
| ๐ History | "Show conversation history" |
- 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
- Python 3.x (all libraries are built-in)
git clone https://github.com/YOUR_USERNAME/HexSoftwares_Voice_Assistant.git
cd HexSoftwares_Voice_Assistant
python voice_assistant.pyHexSoftwares_Voice_Assistant/
โ
โโโ voice_assistant.py # Main application (AssistantBrain + GUI)
โโโ README.md # Project documentation
- 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!
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๐ค 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... โ โ
โโโโโโโโโโโโโโโโฉโโงโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Ubaidullah Waheed Developed as Task 2 of the Hex Softwares Python Programming Internship.
- ๐ Hex Softwares
- ๐ง info@hexsoftwares.tech
- ๐ผ LinkedIn โ Hex Softwares
This project is licensed under the MIT License.