An always-on screen note
Project description
Always note
A note that is always on the screen.
I use it in workshops and presentations when I want to always display some information on the screen.
The text will automatically scale to the size of the note window.
You can modify the colors and font by right / two-finger clicking on the text.
Install
pip install always_note
Usage
Run:
always_note
Specify the text:
always_note -t "Your note here"
Get help:
always_note --help
Development
To run the code for development, clone the repository, and install the package in editable mode:
git clone https://github.com/martinohanlon/always_note
cd always_note
pip install -e .
Then run always_note:
python run.py --text "Your note here"
Build
Install the build tools:
pip install setuptools[core] build twine
To build the package, run:
python -m build
To deploy the package to PyPI, run:
twine upload dist/*
Status
Beta - Working. A bit "cobbled together". I use it tho!
Change log
- 0.0.1 - 2025-08-12 - Initial release
- 0.0.2 - 2025-08-13 - Updates for MacOS, improve settings window
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file always_note-0.0.2.tar.gz.
File metadata
- Download URL: always_note-0.0.2.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4071729efd36dc10baa6c15d54b1f13a1d8734876435eb69cd685ad218d83ca1
|
|
| MD5 |
d6a5b9809565b94dec45e5847b155cf6
|
|
| BLAKE2b-256 |
acca0ef3691e956d874c36865f0bc146f96b390d1ea3fc88be902cce88da4aba
|
File details
Details for the file always_note-0.0.2-py3-none-any.whl.
File metadata
- Download URL: always_note-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc500e49080dbe4d0209274e7a5512e2b47d0c8b98825dc504bd7defaab8a4e0
|
|
| MD5 |
ae4a687b21a0e5479be9a7ea0a96c31b
|
|
| BLAKE2b-256 |
6275b605023b25b7966a18aee23f163f25cd3a6d95c3d1edc5b1df942a28a7ad
|