Reliably detect Windows in Python March 4, 2023 by Tarik >>> import platform >>> platform.system() 'Windows'