An open API service indexing awesome lists of open source software.

https://github.com/get-unknown-err0r/md-to-html-converter

This project is a simple Python program that converts Markdown (.md) files into HTML (.html) files.It make easy for those who are using github and they wants to write their own readme.md file and don't have knowledge about markdown.
https://github.com/get-unknown-err0r/md-to-html-converter

arpit-prajapati get-unknown-err0r github html5 md md-to-html md-to-html-converter python3 readme-generator

Last synced: 10 days ago
JSON representation

This project is a simple Python program that converts Markdown (.md) files into HTML (.html) files.It make easy for those who are using github and they wants to write their own readme.md file and don't have knowledge about markdown.

Awesome Lists containing this project

README

          

# Markdown to HTML Converter

This project is a simple Python program that converts Markdown (`.md`) files into HTML (`.html`) files.

## Output

![images](mdhtml1.png)

### Newly Generated HTML File

![images](mdhtml2.png)

## Features
- Converts Markdown to HTML
- Supports basic Markdown syntax: headings, lists, links, images, and code blocks
- Easy to use and lightweight

## Installation

1. Clone the repository:
```bash
git clone https://github.com/GET-UNKNOWN-ERR0R/md-to-html-converter.git
cd md-to-html-converter
```
2. Install Python Library:
```bash
pip3 install markdown
python3 md-to-html-converter.py
```
## License
This project is licensed under the MIT License - see the LICENSE file for details.