Easy Sticky Note Widgets
Project description
pystickynote
Stickynotes for your desktop easily from the command line! Built using PySimpleGUI
Preview
How does it work?
Pystickynote creates a small QT window for you to jot your ideas down and then display them later on all with a command line tool. On top of that, the note itself is fully customizable allowing you to change colors, alpha, and borders.
Installation
pip3 install pystickynote
Running It
pystickynote create <name_of_note> # Displays stickynote window
pystickynote open <name_of_note> # Displays old stickynote
pystickynote list # Displays all notes
Configuration
Config files and notes can be found in ~/.config/pystickynote/
. Inside this folder you will find pysn.conf
and notes.json
.
You can also find the default config and notes file in this repository.
The config file looks something like this:
[DEFAULT]
background_color = #454545
text_color = #fafafa
alpha = 0.8
border_width = 0
font_size = 10
title_size = 8
background_color
= the background hex color for the note
text_color
= the text color for the note
alpha
= the note window's alpha
border_width
= border around input box and buttons
font_size
= font size for text
title_size
= font size for title
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pystickynote-1.5.tar.gz
.
File metadata
- Download URL: pystickynote-1.5.tar.gz
- Upload date:
- Size: 60.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38bfd847155c2e6632ee4617c798459878f9184daf076dbf1c23f46b586d1cc8 |
|
MD5 | 6d00a53b27e438b78a3b0d4b3fc80437 |
|
BLAKE2b-256 | fe72bd4f0aa66d798d610a125e62e8891220d85c5bd3d2b911dc9e067b07bb2f |
File details
Details for the file pystickynote-1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: pystickynote-1.5-py2.py3-none-any.whl
- Upload date:
- Size: 61.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a70dfbc5bc4f21eb6c5911abb8ca20862b14207dcf1467f45456d171f787851c |
|
MD5 | 10d762caeacb6d1ee9b4ee8322238e60 |
|
BLAKE2b-256 | cc39774caeeb441c74a546bd0543fc2f0fd69d4c1f6423716cec9f4d1e8e3829 |