Skip to content

muflone/cpucompare

Repository files navigation

CPUCompare

Travis CI Build Status CircleCI Build Status

Description: A GTK+ application to make comparisons between CPU models

Copyright: 2013-2022 Fabio Castelli (Muflone) muflone@muflone.com

License: GPL-3+

Source code: https://github.com/muflone/cpucompare/

Documentation: http://www.muflone.com/cpucompare/

Translations: https://explore.transifex.com/muflone/cpucompare/

Description

From the CPUCompare main window you can compare multiple CPU models.

For each brand you'll find a list of the CPU series and for each series you'll get a list of the corresponding CPU models with a speed score for each one of them.

Main window

System Requirements

Installation

A distutils installation script is available to install from the sources.

To install in your system please use:

cd /path/to/folder
python3 setup.py install

To install the files in another path instead of the standard /usr prefix use:

cd /path/to/folder
python3 setup.py install --root NEW_PATH

Usage

If the application is not installed please use:

cd /path/to/folder
python3 cpucompare.py

If the application was installed simply use the cpucompare command.