You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pyqtjalalidatepicker

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyqtjalalidatepicker

A Jalali date picker widget for PyQt5

0.1.0
pipPyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts