Skip to content

MoRohn/text2markD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text2markD (Text to Markdown) Converter

A Python application that converts unstructured text into clean, structured Markdown files. This repository contains:

  • A Streamlit web application.

Table of Contents

Features

  • Convert unstructured text to Markdown format.
  • Supports headings, bullet points, and regular text.
  • Two interfaces:
    • Desktop GUI using Tkinter.
    • Web-based interface using Streamlit.

Installation

Prerequisites

  • Python 3.x installed on your system.
  • For the Streamlit version:
    • Install Streamlit:

      pip install streamlit

Usage

Streamlit Version

  1. Navigate to the streamlit_version directory:

    cd streamlit_version
  2. Run the application (with poetry):

    poetry run streamlit run app/text2markD_app.py
  3. Open the URL provided in the terminal (usually http://localhost:8501) in your web browser.

  4. Use the interface to paste text and convert it to Markdown.

  5. Download the converted Markdown file using the "Download Markdown File" button.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages