https://github.com/code-raisan/ntp_clock
NTPサーバーから時刻を取得し表示します
https://github.com/code-raisan/ntp_clock
Last synced: about 1 year ago
JSON representation
NTPサーバーから時刻を取得し表示します
- Host: GitHub
- URL: https://github.com/code-raisan/ntp_clock
- Owner: code-raisan
- License: mit
- Created: 2023-04-15T13:28:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T16:04:49.000Z (about 3 years ago)
- Last Synced: 2025-01-23T07:30:14.454Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NTP Clock
NTPサーバーから時刻を取得し表示します。
# Ues
Releasesからバイナリをダウンロードして実行してください。
# Build
`nuitka`が実行できる環境で下記コマンドを実行してください
```bash
nuitka --standalone --onefile --follow-imports --enable-plugin=tk-inter --windows-disable-console src/main.py
```