https://github.com/ventralnet/iswindows
Python library with one function returning true if system is windows, false otherwise
https://github.com/ventralnet/iswindows
Last synced: 3 months ago
JSON representation
Python library with one function returning true if system is windows, false otherwise
- Host: GitHub
- URL: https://github.com/ventralnet/iswindows
- Owner: ventralnet
- License: mit
- Created: 2021-09-17T23:35:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T02:31:13.000Z (over 3 years ago)
- Last Synced: 2025-03-09T09:39:58.392Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# IsWindows
## Is Python running on windows? True or FalseThis is the easiest library I could think to make to teach myself how to publics to PyPi and make a bundle that can be installed through PIP.
This is a simple project providing one function, **is_windows()** which returns *true* or *false*. If true the current python instance is running on a Microsoft Windows platform. If the function returns false the Python instance is not running on a Microsoft Windows platform.