Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)