gtk l5_shoppinglist
Project description
l5_shoppinglist
gtk shoppinglist for librem5
install and run
install via pip (preferred!)
python3 -m pip install --user l5_shoppinglist
and simply run it with:
python3 -m l5_shoppinglist
the convenient according desktop shortcut would be at:
~/.local/share/applications/l5_shoppinglist.desktop
with the following content:
[Desktop Entry]
Categories=Accessories
Comment=Libre shopping list
Exec=python3 -m l5_shoppinglist
Icon=software-installed-symbolic
Name=l5_shoppinglist
NoDisplay=false
Terminal=false
Type=Application
privacy - user data:
as a privacy respecting app l5_shoppinglist makes no network connections. no data gets collected or sent anywhere - the user is in full control. the database is a simple json file which could be edited with a text editor. it is stored at:
~/.local/l5_shoppinglist/shoppinglist_db.json
running the application without pip:
clone the repository e.g. to ~/opt/
it can be started via python3 ~/opt/l5_shoppinglist/l5_shoppinglist/__main__.py
to run it conveniently from the app drawer on librem5,
it is recommended add a l5_shoppinglist.desktop
file to:
~/.local/share/applications
assuming the path of the __main__.py
file is:
/home/purism/opt/l5_shoppinglist/l5_shoppinglist/__main__.py
the .desktop would need the following content:
[Desktop Entry]
Categories=Accessories
Comment=Libre shopping list
Exec=python3 /home/purism/opt/l5_shoppinglist/l5_shoppinglist/__main__.py
Icon=software-installed-symbolic
Name=l5_shoppinglist
NoDisplay=false
Terminal=false
Type=Application
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 l5_shoppinglist-20.2.1.tar.gz
.
File metadata
- Download URL: l5_shoppinglist-20.2.1.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.22.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3860e895582e81b70d3dca0df46bb75b5bcb132f9f06d44e067684f6a697fdcc |
|
MD5 | fc09de484df07f7b79cc40f01851b683 |
|
BLAKE2b-256 | 9e862d132bd065739b40a12b96e7260d42e96875bfb4facc3b4982a00ca05c78 |
File details
Details for the file l5_shoppinglist-20.2.1-py3-none-any.whl
.
File metadata
- Download URL: l5_shoppinglist-20.2.1-py3-none-any.whl
- Upload date:
- Size: 46.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.22.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3bf74ea452b5181eae31d181d9974c2179b0c7a3ed5c12c35cbe075e8a46407 |
|
MD5 | 04523c04f800931f51454d89572120cc |
|
BLAKE2b-256 | 47b3a9d427ca6e084a641aedfed7a0b7c08e213b7b3ed43b6c76844f0b917bbe |