Awesome-Python-Scripts/Wikipedia-Search/README.md
Nissaar d7ca9f5ab2
Wikipedia-Search (#87)
* Create pywikisearch.py

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update pywikisearch.py

* Create requirements.txt (#1)

Co-authored-by: Ayush Bhardwaj <classicayush@gmail.com>
2020-03-19 17:51:02 +05:30

23 lines
322 B
Markdown

# Wikipedia Search
This app takes input from the user and searches Wikipedia
# Requirements
Python 3 and higher or Python 2 and higher
Wikipedia Library (https://pypi.org/project/wikipedia/)
# Usage
For Windows users:
```bash
$ python pywikisearch.py
```
For Mac/Linux/Unix users:
```bash
$ ./pywikisearch.py
```