Skip to content

A simple markdown editor for Linux written in PyQt5

License

Notifications You must be signed in to change notification settings

ksharindam/pyreadme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyReadMe Markdown Editor

A simple markdown editor written in pyqt

Dependency

  • python3-pyqt5
  • python3-markdown (pip automatically installs markdown)

Description

This editor is aimed at ease of use, faster file loading, very short startup time and low disk usage.

Installation

To Install this program, . First, compile UI and resources by executing compile_ui.sh and compile_rc.sh inside files directory.
And then open terminal inside project root directory and run following command..
sudo pip3 install .

To uninstall run..
sudo pip3 uninstall pyreadme

Usage

To run after installing, type command..
pyreadme
Or
pyreadme README.md
If you want to run this editor without/before installing, then
Open terminal and change directory to pyreadme-master and run
./run.sh
Or
./run.sh README.md

About

A simple markdown editor for Linux written in PyQt5

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published