A simple markdown editor written in pyqt
Dependency
- python3-pyqt5
- python3-markdown (pip automatically installs markdown)
This editor is aimed at ease of use, faster file loading, very short startup time and low disk usage.
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
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