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)
    Shut is an opinionated tool to simplify publishing pure Python packages.

    Welcome to Shut Shut is an opinionated tool to simplify publishing pure Python packages. What can Shut do for you? Generate setup files (setup.py, MAN

    Niklas Rosenstein 6 Nov 18, 2022
    Handy Tool to check the availability of onion site and to extract the title of submitted onion links.

    This tool helps is to quickly investigate a huge set of onion sites based by checking its availability which helps to filter out the inactive sites and collect the site title that might helps us to c

    Balaji 13 Nov 25, 2022
    a demo show how to dump lldb info to ida.

    用一个demo来聊聊动态trace 这个仓库能做什么? 帮助理解动态trace的思想。仓库内的demo,可操作,可实践。 动态trace核心思想: 动态记录一个函数内每一条指令的执行中产生的信息,并导入IDA,用来弥补IDA等静态分析工具的不足。 反编译看一下 先clone仓库,把hellolldb

    25 Nov 28, 2022
    isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type.

    isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type. It provides a command line utility, Python library and plugins for various e

    Python Code Quality Authority 5.5k Jan 08, 2023
    Python module and its web equivalent, to hide text within text by manipulating bits

    cacherdutexte.github.io This project contains : Python modules (binary and decimal system 6) with a dedicated tkinter program to use it. A web version

    2 Sep 04, 2022
    Script to generate a massive volume of data in sql, csv, json or xml format

    DataGenerator Made with Python Open for pull requests 1. Dependencies To install required dependencies run pip install -r requirements.txt 2. Executi

    icrescenti 3 Sep 20, 2022
    A module for account creation with python

    A module for account creation with python

    Fayas Noushad 3 Dec 01, 2021
    A library to easily convert climbing route grades between different grading systems.

    pyclimb A library to easily convert climbing route grades between different grading systems. In rock climbing, mountaineering, and other climbing disc

    Ilias Antonopoulos 4 Jan 26, 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
    Personal Toolbox Package

    Jammy (Jam) A personal toolbox by Qsh.zh. Usage setup For core package, run pip install jammy To access functions in bin git clone https://gitlab.com/

    5 Sep 16, 2022
    A primitive Python wrapper around the Gromacs tools.

    README: GromacsWrapper A primitive Python wrapper around the Gromacs tools. The library is tested with GROMACS 4.6.5, 2018.x, 2019.x, 2020.x, and 2021

    Becksteinlab 140 Dec 28, 2022
    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.

    Alek Mugnozzo 2 Sep 03, 2022
    ticktock is a minimalist library to view Python time performance of Python code.

    ticktock is a minimalist library to view Python time performance of Python code.

    Victor Benichoux 30 Sep 28, 2022
    Creating low-level foundations and abstractions for asynchronous programming in Python.

    DIY Async I/O Creating low-level foundations and abstractions for asynchronous programming in Python (i.e., implementing concurrency without using thr

    Doc Jones 4 Dec 11, 2021
    Data Utilities e.g. for importing files to onetask

    Use this repository to easily convert your source files (csv, txt, excel, json, html) into record-oriented JSON files that can be uploaded into onetask.

    onetask.ai 1 Jul 18, 2022
    jfc is an utility to make reviewing ArXiv papers for your Journal Club easier.

    jfc is an utility to make reviewing ArXiv papers for your Journal Club easier.

    Miguel M. 3 Dec 20, 2021
    Python tool to check a web applications compliance with OWASP HTTP response headers best practices

    Check Your Head A quick and easy way to check a web applications response headers!

    Zak 6 Nov 09, 2021
    Pass arguments by reference—in Python!

    byref Pass arguments by reference—in Python! byrefis a decorator that allows Python functions to declare reference parameters, with similar semantics

    9 Feb 10, 2022
    Python program for Linux users to change any url to any domain name they want.

    URLMask Python program for Linux users to change a URL to ANY domain. A program than can take any url and mask it to any domain name you like. E.g. ne

    2 Jun 20, 2022
    Package that allows for validate and sanitize of string values.

    py.validator A library of string validators and sanitizers Insipired by validator.js Strings only This library validates and sanitizes strings only. P

    Sanel Hadzini 22 Nov 08, 2022