Tiberius is a voice-activated personal assistant application designed to perform a variety of tasks through speech recognition and text-to-speech technology. It can provide date and time information, assist with note-taking, and fetch cryptocurrency prices.
- Voice Interaction: Engage with Tiberius using simple voice commands.
- Date Information: Ask for today's date or tomorrow's date.
- Note Management: Create, read, and delete notes using voice commands.
- Cryptocurrency Prices: Get the latest prices for Bitcoin and Ethereum.
Before running Tiberius, ensure you have the following dependencies installed:
- Python 3.x
- speech_recognition
- pyttsx3
- datetime
- cryptocompare
- inflect
You can install these packages using pip:
pip install SpeechRecognition pyttsx3 cryptocompare inflect
To start using Tiberius, run the main script:
python tiberius.py
Once running, you can interact with Tiberius using voice commands like:
"What's the date today?" "Note down..." "What's the price of Bitcoin?"
"What's the date today?" "What's the date tomorrow?"
"Write a note..." "Read my notes" "Delete my notes"
"What's the price of Bitcoin?" "What's the price of Ethereum?"