PyHTMLify simplifies the process of converting Markdown content to HTML through a streamlined Python script and easy to use interface.
Important
This project is a work in progress and by no means flawless. If you're interested in contributing, feel free to open an issue to report any problems or submit a pull request to contribute code.
-
Graphical Interface: Intuitive graphical interface for effortless Markdown-to-HTML conversion.
-
HTML Output Exporter: The window features an export button to save the generated HTML output locally.
-
Supported Markdown Conversions:
- Headings Support
- Lists Support
- Masked Links Support
- Images Support
- Blockquotes Support
- Emoji Support
Note
Ensure you have Python installed on your system. You can download Python from python.org.
-
Clone the repository and navigate to the project directory:
git clone https://github.com/ImDarkLaw/PyHTMLify.git cd PyHTMLify
-
Install the required dependencies using pip:
pip install -r requirements.txt
-
Run the script:
python src/app.py
-
Use the integrated text box to input Markdown content.
-
Click the "Convert" button to generate HTML output.
-
Export the HTML content using the "Export" button.
PyHTMLify is licensed under the permissive MIT license. Please see LICENSE.txt
for more info.