Skip to content

ImDarkLaw/PyHTMLify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Easy to use Markdown to HTML text converter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages