Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.
/ Bruno Public archive

💻 Automating the daily stuffs [Not Maintained anymore]

License

Notifications You must be signed in to change notification settings

ab-anand/Bruno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 23, 2018
0dae99d · Feb 23, 2018

History

48 Commits
Jun 11, 2017
May 24, 2017
Feb 23, 2018
May 27, 2017
May 24, 2017
Aug 25, 2017
Aug 12, 2017
Aug 25, 2017

Repository files navigation

Digital-Assistants

Automating the daily stuffs

View the demo here

BRUNO | Features

Installation

daily.py

Requirements

  • OS: Windows
  • Microsoft sapi 5
  • Python 3.x
  1. $ git clone https://github.com/ab-anand/Digital-Assistants.git
  2. Get NEW SCIENTIST API from here : New Scientist
  3. Get TIMES OF INDIA API from here : Times of India
  4. Get the WOLFRAM API from here : Wolfram
  5. Place the APIs at the right postition as mentioned in the program.
  6. $ cd Digital-Assistants
  7. $ pip install -r requirements.txt

Features present and accessing them:

  • Google search
    • Say anything like search xyz.
  • Play song on Youtube
    • Say anything like play xyz
  • Open any webpage
    • Say anything like open xyz
  • Empty recycle bin
    • Say empty the bin or empty recycle bin
  • New Scientist News
    • say science news
  • Times of India news
    • say headlines please
  • Locking the device
    • say lock the device
  • Playing the offline videos
    • First you need to create a folder named Videos where your daily.py is present then place the videos and change the name in the code. To access it say anything that ends with bored like i'm getting bored
  • results from wolfram or wikipedia
    • say something like what is voldemort database or who is sachin tendulkar basically start with what is or who is

Note

Features works on Windows n Python 3.x