Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lcnittl/pypfc

Python Power and Fan Control
https://github.com/lcnittl/pypfc

Last synced: 16 days ago
JSON representation

Python Power and Fan Control

Awesome Lists containing this project

README

        

# pyPFC -- Python Power and Fan Control

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white.svg)](https://github.com/pre-commit/pre-commit)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/lcnittl/pyPFC/master.svg)](https://results.pre-commit.ci/latest/github/lcnittl/pyPFC/master)
[![Code style: black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/psf/black)
[![Code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

This packages can be used to control an Argon Fan HAT for Raspberry Pi on ubuntu 20.04.

## Usage

### Installation

Installable with `pip` or [`pipx`][pipx] (recommended).

```cmd
pipx install git+https://github.com/lcnittl/pyPFC.git
```

**Note:** Adding [PyPI][pypi] support is planned.

## License

GNU General Public License v3.0 or later

See [LICENSE][license] for the full text.

[license]: LICENSE
[pipx]: https://pypi.org/project/pipx/
[pypi]: https://pypi.org/