PlatformInfo
System profiling made easy
Universal
PlatformInfo can be used to obtain system info on many different architectures, operating systems, and OS versions. Designed to work on Mac, Windows, or Linux
Comprehensive
PlatformInfo allows you to fetch a large amount of info, including OS versions, build numbers, architectures, kernel versions. Hardware info is also coming soon.
Easy to use
PlatformInfo has comprehensive documentation and can easily be used on Python 3.7 and up. Support for other languages coming soon.
Install instructions:
1: Get the Package
Pip is not currently supported. In order to download the package, please clone the repo with git clone https://github.com/platforminfo/platforminfo
2: Import
Add import platforminfo
to the top of your existing code
3: Add
Add a class with classname = platforminfo.Platform()
4: Profit!
Use the various methods in your Platform
object to obtain system information!