This is a vscode extension with a Virtual Assistant that you can play with when you are bored or you need help. Its currently work in progress and more features will be added soon in the future!
-
AI Chat >> You can casually chat with the bot. The bot can entertain you by telling you stories, news, jokes, etc.
-
Wikipedia search >> If you type
wiki [query]
in the command palette and replace[query]
with whatever you want to search, the virtual assistant will provide you with certain results regarding your query
- Install the extension through the vscode marketplace.
- Open your command palette with Ctrl + P.
- Type >Chat in the command palette to use the chat feature of the bot (an input box pops up where you can send messages to the Virtual Assistant).
- If you want to use the wikipedia search feature, just type
wiki [query]
in the input box (not the command palette) and replace[query]
with whatever you want to search.
(All requirements are installed by the extension if you have python, but incase it doesnt work, please cross check.)
- Python 3.6+
- Requests library ->
pip install requests
- PyTTSx3 library ->
pip install pyttsx3
- Wikipedia library ->
pip install wikipedia