Skip to content

DrowsyWings/simpleMDreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Markdown Viewer

Overview

A lightweight desktop application built with Python and QML that converts Markdown text to formatted output.

Features

  • Real-time Markdown formatting
  • Simple, intuitive interface
  • Dark theme support

Setup

  1. Clone the repository
  2. Create a virtual environment
    python3 -m venv env
    source env/bin/activate
  3. Install dependencies
    pip install -r requirements.txt
  4. Run the application
     python src/simplemdviewer_app.py

Screenshot

image

Technologies

  • Python
  • PyQt
  • QML
  • Kirigami

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published