SysInfo is an app developed in python which gives Basic System Info , and some detailed graphs of system performance .

Overview

SysInfo

SysInfo is an app developed in python which gives Basic System Info , and some detailed graphs of system performance .

Installation

  • Download this repo and extract all its contents to the same folder .
  • Once you've done that , open that folder and double click on 'setup.py' to run it.
  • Do as it prompts , and once its done doing it thing , the app should now open
  • Features

    Basic

    Advanced

  • Current CPU Usage
  • Current CPU Frequency (Mhz)
  • Context Switches since boot
  • Time Spent by processes executing in user mode
  • Python Version

    Developed in python 3.6.8 (and tkinter), it works in python 3.X
    It can work on any OS

    Thank You , Bye !

    You might also like...
    Abstraction of a Unit, includes convertions and basic operations.

    Units Abstraction of a Unit, includes convertions and basic operations. ------ EXAMPLE : Free Fall (No air resistance) ------- from units_test import

    Plone Interface contracts, plus basic features and utilities

    plone.base This package is the base package of the CMS Plone https://plone.org. It contains only interface contracts and basic features and utilitie

    Python script to get some stats on nodes in a Blender material nodetree

    Python script to get some stats on nodes in a Blender material nodetree. It counts the nodes, the node types and the max deep level for group nodes.

    Basic loader is a small tool that will help you generating Cloudflare cookies

    Basic Loader Cloudflare cookies loader This tool may help some people getting valide cloudflare cookies Installation 🔌 : pip install -r requirements.

    Check the basic quality of any dataset
    Check the basic quality of any dataset

    Data Quality Checker in Python Check the basic quality of any dataset. Sneak Peek Read full tutorial at Medium. Explore the app Requirements python 3.

    This repository contains some utilities for playing with PKINIT and certificates.

    PKINIT tools This repository contains some utilities for playing with PKINIT and certificates. The tools are built on minikerberos and impacket. Accom

    This tool lets you perform some quick tasks for CTFs and Pentesting.
    This tool lets you perform some quick tasks for CTFs and Pentesting.

    This tool lets you convert strings and numbers between number bases (2, 8, 10 and 16) as well as ASCII text. You can use the IP address analyzer to find out details on IPv4 and perform abbreviation as well as expansion on IPv6 addresses.It can also perform a two's complement calculation as well.

    Make some improvements in the Pizza class and pizzashop file by refactoring.

    Make some improvements in the Pizza class and pizzashop file by refactoring.

    Just some scripts to export vector tiles to geojson.

    Vector tiles to GeoJSON Nowadays modern web maps are usually based on vector tiles. The great thing about vector tiles is, that they are not just imag

    Releases(v1.0)
    Parse URLs for DOIs, PubMed identifiers, PMC identifiers, arXiv identifiers, etc.

    citation-url Parse URLs for DOIs, PubMed identifiers, PMC identifiers, arXiv identifiers, etc. This module has a single parse() function that takes in

    Charles Tapley Hoyt 2 Feb 12, 2022
    Extends the pyranges module with operations on joined genomic intervals

    tiedpyranges Extends the pyranges module with operations on joined genomic intervals (e.g. exons of same transcript) Install with: pip install tiedpyr

    Marco Mariotti 4 Aug 05, 2022
    Tool to produce system call tables from Linux source code.

    Syscalls Tool to generate system call tables from the linux source tree. Example The following will produce a markdown (.md) file containing the table

    7 Jul 30, 2022
    Python script to launch burp scans automatically

    SimpleAutoBurp Python script that takes a config.json file as config and uses Burp Suite Pro to scan a list of websites.

    Adan Álvarez 26 Jul 18, 2022
    WindowsDebloat - Windows Debloat with python

    Windows Debloat 🗑️ Quickly and easily configure Windows 10. Disclaimer I am NOT

    1 Mar 26, 2022
    Install, run, and update apps without root and only in your home directory

    Qube Apps Install, run, and update apps in the private storage of a Qube. Build and install in Qubes Get the code: git clone https://github.com/micahf

    Micah Lee 26 Dec 27, 2022
    Utility to extract Fantasy Grounds Unity Line-of-sight and lighting files from a Univeral VTT file exported from Dungeondraft

    uvtt2fgu Utility to extract Fantasy Grounds Unity Line-of-sight and lighting files from a Univeral VTT file exported from Dungeondraft This program wo

    Andre Kostur 29 Dec 05, 2022
    A toolkit for writing and executing automation scripts for Final Fantasy XIV

    XIV Scripter This is a tool for scripting out series of actions in FFXIV. It allows for custom actions to be defined in config.yaml as well as custom

    Jacob Beel 1 Dec 09, 2021
    cpp20.py is a Python script to compile C++20 code using modules.

    cpp20.py is a Python script to compile C++20 code using modules. It browses the source files to determine their dependencies. Then, it compiles then in order using the correct flags.

    Julien VERNAY 6 Aug 26, 2022
    Make some improvements in the Pizza class and pizzashop file by refactoring.

    Make some improvements in the Pizza class and pizzashop file by refactoring.

    James Brucker 1 Oct 18, 2021
    Know your customer pipeline in apache air flow

    KYC_pipline Know your customer pipeline in apache air flow For a successful pipeline run take these steps: Run you Airflow server Admin - connection

    saeed 4 Aug 01, 2022
    MicroMIUI - Script to optimize miui and not only

    MicroMIUI - Script to optimize miui and not only

    Groiznyi-Studio 1 Nov 02, 2021
    A python mathematics module

    A python mathematics module

    Fayas Noushad 4 Nov 28, 2021
    Import the module and create an object of the class LocalVariable.

    LocalVariable Import the module and create an object of the class LocalVariable. Call the save method with the name and the value of a variable as arg

    Sajedur Rahman Fiad 2 Dec 14, 2022
    A random cats photos python module

    A random cats photos python module

    Fayas Noushad 6 Dec 01, 2021
    ✨ Une calculatrice totalement faite en Python par moi, et en français.

    Calculatrice ❗ Une calculatrice totalement faite en Python par moi, et en français. 🔮 Voici une calculatrice qui vous permet de faire vos additions,

    MrGabin 3 Jun 06, 2021
    osqueryIR is an artifact collection tool for Linux systems.

    osqueryIR osqueryIR is an artifact collection tool for Linux systems. It provides the following capabilities: Execute osquery SQL queries Collect file

    AbdulRhman Alfaifi 7 Nov 02, 2022
    Abby's Left Hand Modifiers Dictionary

    Abby's Left Hand Modifiers Dictionary Design This dictionary is inspired by and

    12 Dec 08, 2022
    ZX Spectrum Utilities: (zx-spectrum-utils)

    Here are a few utility programs that can be used with the zx spectrum. The ZX Spectrum is one of the first home computers from the early 1980s.

    Graham Oakes 4 Mar 07, 2022
    A python program to find binary, octal and hexadecimal of a decimal.

    decimal-converter This little python program can convert a decimal in to, Binary Octal Hexadecimal Needed Python 3 or later or a online python compile

    Chandula Janith 0 Nov 27, 2021