Skip to main content

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:

  1. From command line:
stickybisht
  1. From Python:
from stickybisht import StickyNote
note = StickyNote()
note.run()

Dependencies

  • Python 3.8+
  • tkinter (usually comes with Python)

Development

  1. Clone the repository:
git clone https://github.com/kitparl/stickybisht
cd stickybisht
  1. Create and activate virtual environment:
python -m venv venv
source venv/bin/activate  # Linux/macOS
venv\Scripts\activate     # Windows
  1. Install in development mode:
pip install -e .

License

MIT License

Project details


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

stickybisht-0.1.0-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

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

Hashes for stickybisht-0.1.0.tar.gz
Algorithm Hash digest
SHA256 03f8fe38135ac7a70d7faa8a670fe70171911d2dee5241215b521afe6890dcd8
MD5 412cfd4e2c84b094893f814b7d8dd315
BLAKE2b-256 5f38e2c1b376e3c3153467b72cc604d38f07a32a61c1a239e86b71fd24a6704e

See more details on using hashes here.

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

Hashes for stickybisht-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cd3ddcbff438a5876e5e4ff4f215925462f87fbec0abc691a00a8d41b48f90d6
MD5 69444acec21d9bd846a0bab123d77d37
BLAKE2b-256 f4430a6cd8659d3d24c85acad0cdee5fb1bda256221d97f50d34b56a834debbf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page