Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lcnittl/pypfc
- Owner: lcnittl
- License: gpl-3.0
- Created: 2020-11-13T16:10:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T16:37:30.000Z (3 months ago)
- Last Synced: 2024-08-05T19:33:51.987Z (3 months ago)
- Language: Python
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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/