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
- Host: GitHub
- URL: https://github.com/jromaing/notes-maker
- Owner: JRomainG
- License: mit
- Created: 2014-11-29T21:11:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T14:49:13.000Z (about 10 years ago)
- Last Synced: 2023-02-27T04:18:02.300Z (over 2 years ago)
- Language: Python
- Size: 132 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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