Metadata-Version: 2.1
Name: wikicli
Version: 0.1
Summary: A simple CLI for Wikipedia
Home-page: https://github.com/m1ghtfr3e/Wikipedia-Search-CLI
Author: m1ghtfr3e
Author-email: UNKNOWN
License: UNKNOWN
Keywords: cli wikipedia python
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: bs4
Requires-Dist: requests

### Command Line Interface Wikipedia Search

##### Quick Search on Wikipedia from your console


---
How to use:

In the terminal:

```
python wikicli *term to search for*
```

The default language is English,
French and German are also possible
with optional parameter '-l' / '--language'
(by their country codes):

```
python wikicli -l FR *term to search for*
```
---



