/find-OS

You can control which OS is running and which one you prefer just with one code

Primary LanguagePythonApache License 2.0Apache-2.0

find-OS

Can you control which OS is running easily? and which you prefer? just with one code

How can we use?

(Example)

findOS.get()

import findOS

print(findOS.get())

console: MacOS

import findOS

print(findOS.get(1,1))

console: MacOS19.6.0

findOS.control("OS")

import findOS

print(findOS.control("macos"))

console: True

import findOS

print(findOS.control("linux"))

False

import findOS

print(findOS.control("macos18.06"))

False