An open API service indexing awesome lists of open source software.

https://github.com/jromaing/notes-maker

Quick notes maker in python
https://github.com/jromaing/notes-maker

Last synced: 2 months ago
JSON representation

Quick notes maker in python

Awesome Lists containing this project

README

        

# 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