We have created a Virtual Assistant called RAN which can do basic task along with perform maths operations, get location, get latest news(india), weather information, etc..
It can do the following things:
- Tell current Date and Time
- Tell the current Location
- Tell the top 5 news headlines
- Make a note for the user
- Open any software or app in the system
- Show the system statistics
- Perform any maths operations
- Tell the weather of any city
- Open any website
- Search anything on wikipedia
- Can tell a Joke
- To perform the maths operations, we used the Wolframalpha API
- To get weather information we used OpenWeather API
- To get news we are using The times of India call
- For Location we are using Google Map API call
- Install pip
sudo apt install python3-pip
- Now using pip, install the dependencies and libraries required to run this project which are included in the requirements.txt file
pip install -r requirements.txt
- Run the Main python file
python3 main.py
- VA - Contains the features and init file
- features - Has all the code for various features of the VA
- init.py - For providing packages
- main.py - Main program file
- readme.txt - readme file
- requirements.txt - requirements file