A small package used for a project at HSLU Luzern.
Project description
PREN Python Module
Intention
This module uses various helper functions to manage the tasks from the PREN module at HSLU Lucerne. It is a Python module that can be accessed via the PyPi public repository.
Installation
Create virtual environment
If no virtual environment is existing run the following code to create a new virtual environment in your folder.
python -m env
Afterwards the activation of the virtual environment is needed to start the virtual environment. This is done with the following command:
source env/bin/activate
To finish the setup we need to install the following modules:
pip install RPi.GPIO
pip install PREN-flawas
We are now able to use the module with the following command
from PREN_flawas import Engine, Display
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pren_flawas-0.0.59.tar.gz
(2.3 MB
view hashes)
Built Distribution
Close
Hashes for pren_flawas-0.0.59-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 042928f59bb936f12fafa19da16a9eb3583ece0ac9161f01ccd63fa19ec0611e |
|
MD5 | 19c8c0dfed1b8a66ee8478ab89f4826c |
|
BLAKE2b-256 | b28fcdcceb23c96d4f7a910a913df80d4c939ff36b5850d2f2d3b98eafeedbbe |