Eric David Smith cd046c9f5d Create README.md
2023-07-08 14:55:42 -04:00
2023-07-08 14:46:57 -04:00
2023-07-08 14:55:40 -04:00
2023-07-08 14:55:42 -04:00
2023-07-08 14:47:02 -04:00

Wikipedia To Markdown

This is a simple script to convert a Wikipedia article to Markdown.

Prerequisites

  • Python 3

Installation

git clone
cd wikipedia-markdown-generator
pip3 install -r requirements.txt

Usage

python3 wiki-to-md.py <topic_name>

Output

The output is a Markdown file with the same name as the topic name in your current directory.

Why?

I wanted to convert some Wikipedia articles to Markdown for my personal notes. I couldn't find a simple script to do this, so I wrote one myself.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Description
A simple python script to convert any Wikipedia article to Markdown.
Readme MIT 46 KiB
Languages
Python 100%