An open API service indexing awesome lists of open source software.

https://github.com/code-raisan/ntp_clock

NTPサーバーから時刻を取得し表示します
https://github.com/code-raisan/ntp_clock

Last synced: about 1 year ago
JSON representation

NTPサーバーから時刻を取得し表示します

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
```