2019-12-26 Pythonでユーザー名とコンピュータ名を得る Python import platform platform.node() import getpass getpass.getuser()