Python Markdown

Open-source Python projects categorized as Markdown

Top 23 Python Markdown Projects

  • rich

    Rich is a Python library for rich text and beautiful formatting in the terminal.

  • Project mention: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones? | news.ycombinator.com | 2024-05-06
  • MkDocs

    Project documentation with Markdown.

  • Project mention: I am stepping down from MkDocs | news.ycombinator.com | 2024-04-07
  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • jupytext

    Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts

  • Project mention: The Jupyter+Git problem is now solved | news.ycombinator.com | 2023-07-19
  • sphinx

    The Sphinx documentation generator

  • Project mention: 5 Best Static Site Generators in Python | dev.to | 2023-11-24

    Sphinx is primarily known as a documentation generator, but it can also be used to create static websites. It excels in generating technical documentation, and its support for multiple output formats, including HTML and PDF, makes it a versatile tool. Sphinx uses reStructuredText for content creation and is highly extensible through plugins.

  • Recipes

    Application for managing recipes, planning meals, building shopping lists and much much more!

  • Project mention: Google Says the Reddit Blackout Made Search Worse | /r/technology | 2023-06-27
  • khoj

    Your AI second brain. Get answers to your questions, whether they be online or in your own notes. Use online AI models (e.g gpt4) or private, local LLMs (e.g llama3). Self-host locally or use our cloud instance. Access from Obsidian, Emacs, Desktop app, Web or Whatsapp.

  • Project mention: Show HN: I made an app to use local AI as daily driver | news.ycombinator.com | 2024-02-27

    There are already several RAG chat open source solutions available. Two that immediately come to mind are:

    Danswer

    https://github.com/danswer-ai/danswer

    Khoj

    https://github.com/khoj-ai/khoj

  • Python-Markdown

    A Python implementation of John Gruber’s Markdown with Extension support.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • MarkdownEditing

    Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.

  • Project mention: Why I Like Obsidian | news.ycombinator.com | 2024-01-17

    https://github.com/SublimeText-Markdown/MarkdownEditing is still a way to go for me.

  • rich-cli

    Rich-cli is a command line toolbox for fancy output in the terminal

  • Project mention: FLaNK Stack Weekly 12 February 2024 | dev.to | 2024-02-12
  • markdown2

    markdown2: A fast and complete implementation of Markdown in Python

  • Mistune

    A fast yet powerful Python Markdown parser with renderers and plugins.

  • frogmouth

    A Markdown browser for your terminal

  • Project mention: Show HN: Consol3 – A 3D engine in the terminal that executes on the CPU | news.ycombinator.com | 2024-02-23

    Textual is not 3d too, but is also great for TUIs.

    Textualize/Frogmouth has a TUI tree control: https://github.com/Textualize/frogmouth

    FWICS browsh

  • lookatme

    An interactive, terminal-based markdown presenter

  • Project mention: Which software do you use to create presentations using Vim that is superior to existing ones? | /r/neovim | 2023-12-11

    However, I also use lookatme for terminal presentations written in markdown.

  • retext

    ReText: Simple but powerful editor for Markdown and reStructuredText (by retext-project)

  • Project mention: ReText: Simple but powerful editor for Markdown and reStructuredText | news.ycombinator.com | 2024-02-27
  • terminal_markdown_viewer

    Styled Terminal Markdown Viewer

  • html2text

    Convert HTML to Markdown-formatted text. (by Alir3z4)

  • Project mention: ScrapeGraphAI: Web scraping using LLM and direct graph logic | news.ycombinator.com | 2024-05-07
  • manuskript

    A open-source tool for writers

  • Project mention: Need Opinion on Manuskript and essay software | /r/authors | 2023-10-16

    I want to use Manuskript (https://github.com/olivierkes/manuskript) since the novella that I am writing is not very linear, so I though this program will help me. Instead of trying to write on Ms. Word or G-docs.

  • readme-ai

    👾 Automated README file generator, powered by large language model APIs.

  • fpdf2

    Simple PDF generation for Python

  • django-markdownx

    Comprehensive Markdown plugin built for Django

  • pypandoc

    Thin wrapper for "pandoc" (MIT)

  • Project mention: Web Scraping in Python – The Complete Guide | news.ycombinator.com | 2024-02-20

    I recently used [0] Playwright for Python and [1] pypandoc to build a scraper that fetches a webpage and turns the content into sane markdown so that it can be passed into an AI coding chat [2].

    They are both very gentle dependencies to add to a project. Both packages contain built in or scriptable methods to install their underlying platform-specific binary dependencies. This means you don't need to ask end users to use some complex, platform-specific package manager to install playwright and pandoc.

    Playwright let's you scrape pages that rely on js. Pandoc is great at turning HTML into sensible markdown. Below is an excerpt of the openai pricing docs [3] that have been scraped to markdown [4] in this manner.

    [0] https://playwright.dev/python/docs/intro

    [1] https://github.com/JessicaTegner/pypandoc

    [2] https://github.com/paul-gauthier/aider

    [3] https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turb...

    [4] https://gist.githubusercontent.com/paul-gauthier/95a1434a28d...

      ## GPT-4 and GPT-4 Turbo

  • electionguard

    ElectionGuard is a set of open source software components that can be used to create and publish end to end verifiable elections as well create a publishable artifact for ballot comparison audits.

  • mistletoe

    A fast, extensible and spec-compliant Markdown parser in pure Python.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Markdown related posts

Index

What are some of the best open-source Markdown projects in Python? This list will help you:

Project Stars
1 rich 47,552
2 MkDocs 18,448
3 jupytext 6,465
4 sphinx 6,109
5 Recipes 5,056
6 khoj 10,579
7 Python-Markdown 3,623
8 MarkdownEditing 3,155
9 rich-cli 2,965
10 markdown2 2,599
11 Mistune 2,477
12 frogmouth 2,288
13 lookatme 1,966
14 retext 1,819
15 terminal_markdown_viewer 1,776
16 html2text 1,707
17 manuskript 1,681
18 readme-ai 1,279
19 fpdf2 966
20 django-markdownx 826
21 pypandoc 829
22 electionguard 813
23 mistletoe 768

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com