Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 2.08 KB

README.md

File metadata and controls

65 lines (49 loc) · 2.08 KB

PyHTMLify

lastcommit stars

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.

Features

  • 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

Installation

Prerequisites

Note

Ensure you have Python installed on your system. You can download Python from python.org.

Installation Steps

  1. Clone the repository and navigate to the project directory:

    git clone https://github.com/ImDarkLaw/PyHTMLify.git
    cd PyHTMLify   
  2. Install the required dependencies using pip:

    pip install -r requirements.txt

Usage

  1. Run the script:

    python src/app.py
    Window
  2. Use the integrated text box to input Markdown content.

  3. Click the "Convert" button to generate HTML output.

  4. Export the HTML content using the "Export" button.

License

PyHTMLify is licensed under the permissive MIT license. Please see LICENSE.txt for more info.