DEV Community

Cover image for Gui to get live weather, news headlines and send emails
Maha Mohan
Maha Mohan

Posted on

Gui to get live weather, news headlines and send emails

Here is my link to my repository: https://github.com/Epicalable/JARVIS-GUI

My Chatbot Gui

Started self-learning Python 2-months ago.

I was getting tired and bored of Command-Line Interface so I decided to create a chatbot with a Gui since it was my dream to have a personalized AI (But due to my potato PC I could only build a chatbot).

I was lucky to be stumbled across PySimpleGui since it was very easy to be learned by beginners.

This chatbot is capable to get live weather, news headlines and send emails. You will need to register for FREE to get Weather and News from these websites:

News: https://newsapi.org/ and Weather: https://openweathermap.org/

Copy the given API-Key and enter it in the Settings-Ui in the Menu of the Chatbot's Gui.

You can also customize the output for chatting by editing the intents in the .json file.

So I started a small organization on github to host it and hope for people to share their input or issues and guide me on things I don't know.

It would be kind if you can star this repository if you like it.

So here is my link to my repository: https://github.com/Epicalable/JARVIS-GUI

Thank you :-)

Top comments (0)