https://github.com/lacmus-foundation/system-checker
A simple console application to check your sustem and get info
https://github.com/lacmus-foundation/system-checker
cli cpuid gpuid python
Last synced: 7 months ago
JSON representation
A simple console application to check your sustem and get info
- Host: GitHub
- URL: https://github.com/lacmus-foundation/system-checker
- Owner: lacmus-foundation
- License: gpl-3.0
- Created: 2019-10-24T21:30:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T10:50:48.000Z (almost 6 years ago)
- Last Synced: 2025-01-22T18:31:51.635Z (9 months ago)
- Topics: cli, cpuid, gpuid, python
- Language: Python
- Size: 56.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# system-checker
A simple console application to check your system for [lacmus](https://github.com/lizaalert/lacmus) usage.Supports `Windows`\ `Linux`\ `macOS` platform.
## Usage
*Install python 3.6 (or later) and pip to use it*
```bash
$ pip install -r requirements.txt
$ python main.py
```## Example
```bash
$ python main.py
==== CPU INFO ====
Name: Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz
Architecture: X86_64
Core numbers: 4
Flags: 3dnow, abm, acpi, aes, apic, avx, avx2, bmi1, bmi2, clflush, cmov, cx16, cx8, de, dts, erms, est, f16c, fma, fpu, fxsr, ht, hypervisor, ia64, invpcid, lahf_lm, mca, mce, mmx, movbe, msr, mtrr, osxsave, pae, pat, pbe, pcid, pclmulqdq, pdcm, pge, pni, popcnt, pse, pse36, rdrnd, sep, serial, smep, ss, sse, sse2, sse4_1, sse4_2, ssse3, tm, tm2, tsc, vme, xsave, xtpr
==== RAM INFO ====
RAM: 16 GB
==== GPU INFO ====
Name: GeForce GT 740
Vidio memory: 2048.0 MB
Id: 0
==== COMPATIBILITY INFO ====
Architecture compatibility: True
CPU avx compatibility: True
CPU multicore compatibility: True
RAM compatibility: True
GPU compatibility: True
Congratulations! Your device supports GPU version! You can use 'gpu' version.
Remember that 'gpu' version works ONLY on Linux. Please install linux (e.g. Ubuntu) if you have other os!You can download the latest release here: https://github.com/lizaalert/lacmus/releases
```**Known issues**
In some cases for `windows` it can generate more than one ouplut. So you shold look at the last one.