Giter Site home page Giter Site logo

abhishek0093 / jinny Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7 KB

A voice assistant tool to help you in your daily tasks. You can send email by talking out your reciever's email address and message body. It can fetch you latest news, and weather reports, can read out wikipedia summary on some topic, can open applications on your laptop. It sometimes cracks joke too!!

Python 100.00%

jinny's Introduction

Introduction :

Tired out of typing and clicking down the things? what about putting your voice to some work?

Jinny is a personal assistant that can do do following things for you:

  • Sending Email
  • Weather Report of any city
  • Wikipedia summary
  • Fetch latest news
  • Open Applications
  • Cracking Jokes
  • Reading aloud date and time.

It uses espeak module to speak out the things, uses google's speech_recognition module to listen to the user and pyttsx module to convert it to text.

Sending Email

User speaks out the email address of the recipient, the subject of the email, the body of the email and that's all . Your email will be sent. The project uses Smtplib.SMTP to send the email.

Weather Report

The user will speak out his city name , and using the openweather API the jinny will read out the current weather in your locality.

Wikipedia Summary

The jinny will search your query over the wikipedia, and will read out the summary for you using the wikipedia module.

Open Applications

Using the system call, the jinny will open the desired application on your laptop for you.

News

Are you also a news Keeda? The jinny can help you fetch the latest news around Your country (currently set to india) using the newsapi.org's api.

Jokes

using the pyjokes module, jinny can make you laugh too.

Date and Time

Simply using datetime module .

Future Improvements

  • Currently user will need to necessarliy speak some particular word in the sentence to process his/her query.
  • Making it more interactive.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.