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.
- Host: GitHub
- URL: https://github.com/chrispenner/scratch
- Owner: ChrisPenner
- Created: 2014-03-05T05:14:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-05T19:36:31.000Z (about 11 years ago)
- Last Synced: 2025-02-15T14:18:38.698Z (4 months ago)
- Language: Python
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.