Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed README.md Typography #72

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 60 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,65 +4,95 @@ Python Assistant (PA) is a voice command based assistant service written in Pyth

## Features

* Tells the current time or date or month or day [e.g. 'tell me time or date or day or month']
* Tells the current time or date or month or day
- *e.g. 'tell me time or date or day or month'*

* Opens a web page [e.g. 'open google, 'open youtube', 'open stack overflow']
* Opens a web page
- *e.g. 'open google, 'open youtube', 'open stack overflow'*

* Tells about general questions [e.g. 'what is the length of great wall of china', 'who is the prime minister of india']
* Tells about general questions
- *e.g. 'what is the length of great wall of china', 'who is the prime minister of india'*

* Play music on Youtube [e.g. 'play so high', 'play aatmvishwas']
* Play music on Youtube
- *e.g. 'play so high', 'play aatmvishwas'*

* Increase/decrease the speakers master volume and also can mute speakers volume [e.g. 'volume up', 'volume down']
* Increase/decrease the speakers master volume and also can mute speakers volume
- *e.g. 'volume up', 'volume down'*

* Tells the internet speed i.e., upload and download speed [e.g. 'tell me the internet speed']
* Tells the internet speed i.e., upload and download speed
- *e.g. 'tell me the internet speed'*

* Tells the weather for a particular city [e.g. 'tell me the weather in Noida']
* Tells the weather for a particular city
- *e.g. 'tell me the weather in Noida'*

* Opens MS Office suite applications [e.g. 'open word', 'open powerpoint']
* Opens MS Office suite applications
- *e.g. 'open word', 'open powerpoint'*0

* Set an alarm [e.g. 'set an alarm']
* Set an alarm
- *e.g. 'set an alarm'*

* Tells the latest daily news [e.g. 'tell me the news']
* Tells the latest daily news
- *e.g. 'tell me the news'*

* Write notes for reminder [e.g. 'write a note']
* Write notes for reminder
- *e.g. 'write a note'*

* Read notes [e.g. 'read notes']
* Read notes
- *e.g. 'read notes'*

* Search on wikipedia [e.g. 'New Delhi wikipedia', 'Noida wikipedia']
* Search on wikipedia
- *e.g. 'New Delhi wikipedia', 'Noida wikipedia'*

* Guide us about something [e.g. 'how to drive a car', 'how to become an engineer']
* Guide us about something
- *e.g. 'how to drive a car', 'how to become an engineer'*

* Send messages on Whatsapp [e.g. 'send message on whatsapp']
* Send messages on Whatsapp
- *e.g. 'send message on whatsapp'*

* Send emails [e.g. 'send email']
* Send emails
- *e.g. 'send email'*

* Tells the distance between two cities [e.g. 'distance between Noida and Visakhapatnam']
* Tells the distance between two cities
- *e.g. 'distance between Noida and Visakhapatnam'*

* Clean the Recycle Bin [e.g. 'clear the recycle bin']
* Clean the Recycle Bin
- *e.g. 'clear the recycle bin'*

* Tells Quotes [e.g. 'tell me a quote']
* Tells Quotes
- *e.g. 'tell me a quote'*

* Tells the COVID-19 cases worldwide [e.g. 'tell me the covid-19 cases']
* Tells the COVID-19 cases worldwide
- *e.g. 'tell me the covid-19 cases'*

* Tells the COVID-19 cases for specific country [e.g. 'tell me the covid-19 cases']
* Tells the COVID-19 cases for specific country
- *e.g. 'tell me the covid-19 cases'*

* Tells Jokes [e.g. 'tell me a joke']
* Tells Jokes
- *e.g. 'tell me a joke'*

* Do Arithmetic operations [e.g. 'calculate five plus three hundred plus twenty five' or 'calculate 5 + 300 + 25']
* Do Arithmetic operations
- *e.g. 'calculate five plus three hundred plus twenty five' or 'calculate 5 + 300 + 25'*

* Convert currency [e.g. 'convert currency']
* Convert currency
- *e.g. 'convert currency'*

* Take screenshots [e.g. 'take a screenshot']
* Take screenshots
- *e.g. 'take a screenshot'*

* Tells Poems [e.g. 'tell me a poem']
* Tells Poems
- *e.g. 'tell me a poem'*

* Close applications [e.g. 'close pycharm', 'close google chrome', 'close spotify']
* Close applications
- *e.g. 'close pycharm', 'close google chrome', 'close spotify'*

* Open applications [e.g. 'open eclipse', 'open notepad', 'open firefox']
* Open applications
- *e.g. 'open eclipse', 'open notepad', 'open firefox'*

* Shutdown or Restart computer [e.g. 'shutdown computer', 'restart computer']
* Shutdown or Restart computer
- *e.g. 'shutdown computer', 'restart computer'*

* Searching anything on the internet [e.g. 'search Python', 'search uttar pradesh']
* Searching anything on the internet
- *e.g. 'search Python', 'search uttar pradesh'*

## Requirements

Expand Down