The goal of this project is to have a python script, that can copy Wikipedia Articles into a text file.
Project is created with:
- Python
- Wikipedia-api library
- Random library
- OS library
- Time library
To run this project install the Wikipedia-api library via pip:
$ pip install wikipediaapi time random os