Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanfredericks/nathansstickies
Sync desktop sticky notes to the cloud.
https://github.com/nathanfredericks/nathansstickies
applescript django python sticky-notes
Last synced: 8 days ago
JSON representation
Sync desktop sticky notes to the cloud.
- Host: GitHub
- URL: https://github.com/nathanfredericks/nathansstickies
- Owner: nathanfredericks
- License: mit
- Created: 2022-06-13T00:37:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T23:14:25.000Z (11 months ago)
- Last Synced: 2024-11-01T14:05:58.643Z (about 2 months ago)
- Topics: applescript, django, python, sticky-notes
- Language: Python
- Homepage:
- Size: 7.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nathan's Stickies
Sync desktop sticky notes to the cloud.## Getting Started
Python 3.11.x and pip are required.
```sh
git clone https://github.com/nathanfredericks/nathansstickies.git
cd nathansstickies
pip install django djangorestframework
python manage.py migrate
python manage.py runserver
```
*AppleScript required to upload stickies is located in static directory.
## Screenshots
![screenshot](https://github.com/nathanfredericks/nathansstickies/blob/main/screenshot.png?raw=true)