A clean, minimalist utility for tracking week numbers and dates, built with Python and the Flet framework.
The app is designed to be a lightweight reference tool with the following capabilities:
- Current Reference: Displays the current week number and date at a glance.
- Week Navigation: Step back and forth through weeks to view specific date ranges.
- Manual Entry: Set a custom date or week number to jump directly to a specific point in time.
- Day Identification: Show what day it is for any chosen date.
- Theme Support: Toggle between Light and Dark modes to suit your preference.
- Localization: Set a custom locale format or automatically use the local/device's default.
- Flexible Calendars: Set the week's start day (Monday, Sunday, or Saturday) to match your regional or professional requirements.
To run weeknum locally, ensure you have Python installed, then:
- Clone the repository:
git clone [https://github.com/yourusername/weeknum.git](https://github.com/yourusername/weeknum.git) cd weeknum - Install flet framework:
pip install flet
- Run the app:
flet run main.py