mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
23 lines
322 B
Markdown
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
|
||
|
```
|