A customizable sticky notes application
Project description
StickyBisht
A lightweight, customizable(still working) sticky notes application built with Python and Tkinter.
Project Structure
stickybisht/
├── LICENSE
├── README.md
├── pyproject.toml
├── src/
│ └── stickybisht/
│ ├── __init__.py
│ ├── __main__.py
│ └── stickybisht_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 .
Contributing 🤝
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the repository
- Create your feature branch (
git checkout -b feature/your_username/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/your_username/AmazingFeature) - Open a Pull Request
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
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.1.tar.gz.
File metadata
- Download URL: stickybisht-0.1.1.tar.gz
- Upload date:
- Size: 5.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 |
595b52f45de007ee6cc728e376a8300af39690045333b63f97d7acf047278d3c
|
|
| MD5 |
270a3cc76c92de86c585397fbc685e1d
|
|
| BLAKE2b-256 |
9eb99860794c1e8412a0e6f8462fa5103794a8f7653332563b762884301ad511
|
File details
Details for the file stickybisht-0.1.1-py3-none-any.whl.
File metadata
- Download URL: stickybisht-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.4 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 |
dc5f88d1ae78a8dd895a5af1a42219a643009ffe5f3c0f756c56449d08366137
|
|
| MD5 |
adbcde7745d5eacdbfa67801af705ace
|
|
| BLAKE2b-256 |
79e39f9315ae000318a2b12ab95415c30b0490bf64f9e8ed5eb302839eaedaa3
|