A customizable sticky notes application
Project description
StickyBisht
A lightweight, customizable sticky notes application built with Python and Tkinter.
Project Structure
stickybisht/
├── LICENSE
├── README.md
├── pyproject.toml
├── src/
│ └── stickybisht/
│ ├── __init__.py
│ ├── __main__.py
│ └── sticky_notes.py
└── requirements.txt
Installation
pip install stickybisht
Usage
After installation, you can run the application in two ways:
- From command line:
stickybisht
- From Python:
from stickybisht import StickyNote
note = StickyNote()
note.run()
Dependencies
- Python 3.8+
- tkinter (usually comes with Python)
Development
- Clone the repository:
git clone https://github.com/kitparl/stickybisht
cd stickybisht
- Create and activate virtual environment:
python -m venv venv
source venv/bin/activate # Linux/macOS
venv\Scripts\activate # Windows
- Install in development mode:
pip install -e .
License
MIT License
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
stickybisht-0.1.0.tar.gz
(4.1 kB
view details)
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 stickybisht-0.1.0.tar.gz.
File metadata
- Download URL: stickybisht-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03f8fe38135ac7a70d7faa8a670fe70171911d2dee5241215b521afe6890dcd8
|
|
| MD5 |
412cfd4e2c84b094893f814b7d8dd315
|
|
| BLAKE2b-256 |
5f38e2c1b376e3c3153467b72cc604d38f07a32a61c1a239e86b71fd24a6704e
|
File details
Details for the file stickybisht-0.1.0-py3-none-any.whl.
File metadata
- Download URL: stickybisht-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd3ddcbff438a5876e5e4ff4f215925462f87fbec0abc691a00a8d41b48f90d6
|
|
| MD5 |
69444acec21d9bd846a0bab123d77d37
|
|
| BLAKE2b-256 |
f4430a6cd8659d3d24c85acad0cdee5fb1bda256221d97f50d34b56a834debbf
|