https://github.com/pushkar-anand/make-a-note
This gtk application helps you save some important things without having to switch to a different app. Simply start this app and use the icon in the status bar to add and view notes
https://github.com/pushkar-anand/make-a-note
automation notes timesaver
Last synced: about 2 months ago
JSON representation
This gtk application helps you save some important things without having to switch to a different app. Simply start this app and use the icon in the status bar to add and view notes
- Host: GitHub
- URL: https://github.com/pushkar-anand/make-a-note
- Owner: pushkar-anand
- License: apache-2.0
- Created: 2017-09-09T10:41:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T06:57:35.000Z (over 6 years ago)
- Last Synced: 2025-03-28T04:41:31.442Z (2 months ago)
- Topics: automation, notes, timesaver
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# make-a-note
An application built over Gimp Toolkit(GTK) to ease the note making process. It has over-the-top functionality, which enables the user to take quick notes. Simply start this app and use the icon in the status bar to add and view notes.# Running instructions
Download/Clone the repository.
Install Gimp-Toolkit(if required): `sudo apt-get install python3 gtk+3 python3-gobject`.
Install gi:
`sudo apt install python-gi python-gi-cairo python3-gi`Run the script:
`python main.py`## As a startup service:
To run this app at start use cron:`sudo crontab -e`
Scroll to the bottom of the page and add the following line (after all the #'s):
`@reboot python /path/to/main.py &`
# Screenshots
## Taking new notes:

## Viewing the notes
