← 全部工具

archey4

热度 85 更新于 开发与构建

Simple system information tool written in Python

homebrewauto-collected

安装

Homebrew
brew install archey4

通过 Homebrew 安装。

Archey 4

Archey is a simple system information tool written in Python

<p align="center" <img src=".github/archey4.png" alt="Archey logo" title="CC-BY Brume Archey logo" longdesc="https://brume.ink/" <br / <br / <!-- PYPI (supported Python versions) -- <a href="https://pypi.org/project/archey4/"<img src="https://img.shields.io/pypi/pyversions/archey4.svg?style=for-the-badge"</a <br / <!-- GITHUB (latest release) -- <a href="https://github.com/HorlogeSkynet/archey4/releases/latest"<img src="https://img.shields.io/github/release/HorlogeSkynet/archey4.svg?style=for-the-badge&label=github"</a <!-- PYPI (latest version) -- <a href="https://pypi.org/project/archey4/"<img src="https://img.shields.io/pypi/v/archey4.svg?style=for-the-badge"</a <!-- AUR (latest version) -- <a href="https://aur.archlinux.org/packages/archey4/"<img src="https://img.shields.io/aur/version/archey4.svg?style=for-the-badge"</a <!-- HOMEBREW (latest version) -- <a href="https://formulae.brew.sh/formula/archey4"<img src="https://img.shields.io/homebrew/v/archey4.svg?style=for-the-badge"</a <br / <!-- GITHUB (downloads) -- <a href="https://github.com/HorlogeSkynet/archey4/releases/latest"<img src="https://img.shields.io/github/downloads/HorlogeSkynet/archey4/total?style=for-the-badge&label=downloads"</a <!-- PYPI (downloads) -- <a href="https://pypi.org/project/archey4/"<img src="https://img.shields.io/pypi/dm/archey4?style=for-the-badge"</a <!-- AUR (votes) -- <a href="https://aur.archlinux.org/packages/archey4/"<img src="https://img.shields.io/aur/votes/archey4.svg?style=for-the-badge"</a <!-- HOMEBREW (downloads) -- <a href="https://formulae.brew.sh/formula/archey4"<img src="https://img.shields.io/homebrew/installs/dm/archey4.svg?style=for-the-badge"</a </p

Why (again) a f\cking new Archey fork ?

The answer is here.

Note : Since the 21st September of 2017, you may notice that this repository no longer has the official status of fork. Actually, the maintainer decided to separate it from the original one's "network" with the help of GitHub's staff. Nevertheless, this piece of software is still a fork of djmelik's Archey project.

Features

  • Run as quickly as possible
  • Stay as light as possible
  • Keep entries ordered despite parallelism
  • Extensive local and public IP addresses detection
  • General temperature detection
  • JSON output
  • Screen capture ("best effort")
  • Custom entries

Supported platforms

  • BSD and derivatives
  • Darwin (macOS)
  • GNU/Linux distributions
  • WSL

Details here.

What does it look like ?

<p align="center"<img alt="Archey 4 complete preview" src="https://samuel.forestier.app/img/blog/the-archey-project-what-i-ve-decided-to-do.png?v4.14.0.0"</p

Which packages do I need to run this project ?

Required packages

  • python3 (= 3.6)
  • python3-distro (python-distro on Arch Linux)
  • python3-netifaces (python-netifaces on Arch Linux)

PyPy is supported and may replace CPython.