File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# There are two files as of now:-
4
4
## 1. Signing in to ieeexplore account using selenium(ieeexplore_signin.py)
5
- ### -> In this program selenium is used to open Firefox browser and then go to ieeexplore page and sign in using username and password
6
- ### -> You will require 'geckodriver.exe' to open Firefox
5
+ - In this program selenium is used to open Firefox browser and then go to ieeexplore page and sign in using username and password
6
+ - You will require 'geckodriver.exe' to open Firefox
7
7
8
8
## 2. Reading Contents from Wikipedia page using command prompt(readContentsFromWikipedia.py)
9
- ### -> This program takes topic to be searched from comand prompt and then searches for the topic on wikipedia
10
- ### -> After searching it downloads the content from wikipedia and prints the texts of the paragraph on the searched page
11
- ### -> After printing it converts the text to speech using pyttsx3
9
+ - This program takes topic to be searched from comand prompt and then searches for the topic on wikipedia
10
+ - After searching it downloads the content from wikipedia and prints the texts of the paragraph on the searched page
11
+ - After printing it converts the text to speech using pyttsx3
You can’t perform that action at this time.
0 commit comments