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

https://github.com/chrispenner/scratch

Quick and Easy Notes.
https://github.com/chrispenner/scratch

Last synced: 2 months ago
JSON representation

Quick and Easy Notes.

Awesome Lists containing this project

README

        

scratch
=======
Quick and Easy Notes.

Scratch is a simple gui based note taking program written in python with the QT4 framework.

Current features include:
* Add notes with Titles
* Smart search for text within notes or titles
* Color code notes to your liking
* Sort notes by time last edited or by order of creation

#Installation
Run the following to install the necessary libraries (for linux):
```bash
sudo apt-get install python3.3
sudo apt-get install python3-pyqt4
```
#Usage
Navigate to the containing directory and simply run the following:
```python
python3 scratch.py
```
Scratch also builds with the cx_freeze for easy distribution.