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

Bump certifi from 2021.10.8 to 2022.12.7 #41

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">J.A.R.V.I.S </h1>

<img src="https://github.com/GauravSingh9356/J.A.R.V.I.S/blob/master/ReadmeHeader.gif">
<div align="center">

[![Welcome to my profile](https://img.shields.io/badge/Hello,Devs!-Welcome-blue.svg?style=flat&logo=github)](https://github.com/gauravsingh9356/J.A.R.V.I.S)
Expand All @@ -15,13 +15,14 @@



<img src="jarvis1.jpg"/>


### Requirements:

<li>datetime</li>
<li>os</li>
<li> pyttsx3</li>
<li> tesseract</li>
<li> wikipedia</li>
<li> speech_recognition </li>
<li> webbrowser</li>
Expand Down Expand Up @@ -53,11 +54,15 @@ sudo apt-get update && sudo apt-get install espeak

```


<img src="jarvis1.jpg"/>

### What it does...

<ul>
<li>Send emails</li>
<li>Dynamic News Reporting at any time with api integration</li>
<li>Optical Character Recognition (OCR)</li>
<li>Todo list generator, Yes it remembers all!</li>
<li>Open any website with just a voice command</li>
<li>Plays Music</li>
Expand Down Expand Up @@ -95,6 +100,8 @@ sudo apt-get update && sudo apt-get install espeak
<li><h2> Jarvis, What are today's news headlines? can you tell?</h2></li>
<li><h2>Ofcourse, Sir -> Then news headlines Would you like to visit the news url?</h2></li>

<li><h2>Open Text Recognition</h2></li>

<li><h2> Search Youtube</h2></li>
<li><h2>What you want to search, Sir</h2></li>
<li><h2>Coding for kids</h2></li>
Expand Down
Binary file added ReadmeHeader.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beautifulsoup4==4.10.0
bidict==0.21.3
certifi==2021.10.8
certifi==2022.12.7
charset-normalizer==2.0.6
click==8.0.3
colorama==0.4.4
Expand Down