/ntp_clinet

Toooo simple python NTP client

Primary LanguagePython

Python NTP Client

Install

pip3 install git+https://github.com/miyahan/ntp_clinet.git

Usage

from miyahan.ntp_client import NtpClient
ntp = NtpClient('time.google.com')
print(ntp.transmit_ts)

License

These codes are licensed under CC0.

CC0