A Jalali date picker widget for PyQt5
Project description
PyJalaliDatePicker A Jalali (Persian) date picker widget for PyQt5 applications. Installation pip install pyjalalidatepicker
Usage from pyjalalidatepicker import JalaliDatePicker from PyQt5.QtWidgets import QApplication, QDialog, QVBoxLayout import sys
app = QApplication(sys.argv) window = QDialog() layout = QVBoxLayout(window)
date_picker = JalaliDatePicker() layout.addWidget(date_picker)
window.setLayout(layout) window.show() sys.exit(app.exec_())
Features
Displays a Jalali calendar with Persian month and weekday names. Highlights the current day in red and selected day in green. Red-colored labels for Thursday and Friday. Easy integration with PyQt5 applications.
Requirements
Python 3.6+ PyQt5>=5.15.0 jdatetime>=4.2.0
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 pyqtjalalidatepicker-0.1.0.tar.gz.
File metadata
- Download URL: pyqtjalalidatepicker-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfefcf0187bf227e35873cf01f31a7353f7c542a71c71ee5a790451d5df0fa64
|
|
| MD5 |
fb5525e174567ebb719d59554795da4e
|
|
| BLAKE2b-256 |
7425dd1069e3d459c486fb4cfdce82aac6a645a8f01b4956aaffb6ca39ddd243
|
File details
Details for the file pyqtjalalidatepicker-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyqtjalalidatepicker-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
046c0be3cf2881756b58cfa3352fb16a64f985005508c1831cdaf173aaa3d574
|
|
| MD5 |
c4bf9e20f59af6fbef1eefedb28693ae
|
|
| BLAKE2b-256 |
ae1e5d8daa303616a7af4ca5c044c64bcc38c68771bb09dfce41799d8bdf332b
|