Skip to content

walterfan/daily-sticky-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Sticky Note

My sticky note app for daily work.

Prerequisites

  • python 3.10+
  • brew install upx (optional)
  • brew install pyinstaller (optional)

install dependencies

pip install -r requirements.txt

configuration

  • change etc/sticky_note.yaml

for the api key of LLM, you can set the environment variables as below

export LLM_API_KEY="xxx"

usage

./app/sticky_note.py [-f <config_file> -t <template_name>]

snapshot

config

vi ./etc/sticky_note.yaml
vi ./etc/prompt_template.yaml

About

Daily Sticky Note

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published