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.
- Host: GitHub
- URL: https://github.com/get-unknown-err0r/md-to-html-converter
- Owner: GET-UNKNOWN-ERR0R
- Created: 2024-12-29T19:08:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T19:34:38.000Z (over 1 year ago)
- Last Synced: 2025-02-24T10:48:18.787Z (over 1 year ago)
- Topics: arpit-prajapati, get-unknown-err0r, github, html5, md, md-to-html, md-to-html-converter, python3, readme-generator
- Language: Python
- Homepage:
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### Newly Generated HTML File

## 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.