Skip to content

Latest commit

 

History

History
executable file
·
20 lines (12 loc) · 864 Bytes

README.md

File metadata and controls

executable file
·
20 lines (12 loc) · 864 Bytes

Notes Maker

Notes maker is a simple text editor made in python using the PyQt library. It has all the basic features of a text editor, like text color, different fonts and sizes and more. However, it also has a unique feature: it allows you to input a list of abbreviations you use (saved in a json file), and it will automagically replace all of them for you in 2 clicks.

This app is based on the following tutorial:

##Tutorials

Part 1: http://www.binpress.com/tutorial/building-a-text-editor-with-pyqt-part-one/143

Part 2: http://www.binpress.com/tutorial/developing-a-pyqt-text-editor-part-2/145

Part 3: http://www.binpress.com/tutorial/building-a-text-editor-with-pyqt-part-3/147

Part 4: http://www.binpress.com/tutorial/building-a-text-editor-with-pyqt-part-4/148

##Original github
https://github.com/goldsborough/Writer