Metadata-Version: 2.3
Name: py-clocks
Version: 26.0.0
Summary: The py-clocks package is a Python-based project designed for displaying multiple timezone clocks in windows desktop.
Keywords: python,clocks,timezone,desktop
Author: chaitu-ycr
Author-email: chaitu-ycr <chaitu.ycr@gmail.com>
License: MIT License
         
         Copyright (c) 2026 chaitu-ycr
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Dist: pyinstaller
Requires-Dist: pytz
Requires-Dist: nicegui[native]
Requires-Python: >=3.10, <=3.14
Project-URL: homepage, https://github.com/chaitu-ycr/py-clocks
Project-URL: repository, https://github.com/chaitu-ycr/py-clocks
Project-URL: documentation, https://chaitu-ycr.github.io/py-clocks
Description-Content-Type: text/markdown

# py_clocks

The `py_clocks` package is a Python-based project designed for displaying multiple timezone clocks on a Windows desktop.

By default, the app shows the time in the following timezones:
  - **Asia/Tokyo**
  - **Asia/Kolkata**
  - **Europe/Berlin**

![py_clocks_app](https://chaitu-ycr.github.io/py-clocks/images/py_clocks_app.png)

*Screenshot of the `py_clocks` application showing multiple timezone clocks.*

## Building and Running the Project

```.venv/Scripts/python.exe src/py_clocks/app.py```

## Creating an Executable

To create a standalone executable for the `py_clocks` package using PyInstaller, use the provided script:

```pyinstaller --onefile src/py_clocks/app.py```

**Locate the executable**: The generated executable will be located in the `dist` directory as `py_clocks.exe`.

## [source manual](https://chaitu-ycr.github.io/py-clocks/source-manual)
