A lightweight desktop application built with Python and QML that converts Markdown text to formatted output.
- Real-time Markdown formatting
- Simple, intuitive interface
- Dark theme support
- Clone the repository
- Create a virtual environment
python3 -m venv env source env/bin/activate
- Install dependencies
pip install -r requirements.txt
- Run the application
python src/simplemdviewer_app.py
- Python
- PyQt
- QML
- Kirigami