Kiwoom Open Api Plus Python
Contents:
import ctypes [docs]def is_admin(): return ctypes.windll.shell32.IsUserAnAdmin() != 0