A python library for making graph in real time (Hardware based Library).
Project description
#pypollution
-----------
pollution is a python library for ploating real time COM port data. This library is project dependent library made for pollution detection and analysis. for more details http://https://github.com/Pamelabanerjee11/pollutionMonitor
*This library is based on specified Hardware*
Ex:
---
import pypollution as plot
import serial.tools.list_ports as ports
import os
print("Available ports : \nPort\t Hardwere")
for i in range(len(ports.comports())):
print(ports.comports()[i])
inputPort = input("\nEnter Ardiuno Port Number : ")
try:
p = plot.pyAnalysis(inputPort, os.path.dirname(__file__))
p.genrateLineAnalysis()
except:
print("An error is occurred while plotting the graph. Probable reason may be :")
print("1. You are running app in read only memory.")
print("2. Check your hardware port(COM port).")
print("3. Wrong port assignment.")
-----------
pollution is a python library for ploating real time COM port data. This library is project dependent library made for pollution detection and analysis. for more details http://https://github.com/Pamelabanerjee11/pollutionMonitor
*This library is based on specified Hardware*
Ex:
---
import pypollution as plot
import serial.tools.list_ports as ports
import os
print("Available ports : \nPort\t Hardwere")
for i in range(len(ports.comports())):
print(ports.comports()[i])
inputPort = input("\nEnter Ardiuno Port Number : ")
try:
p = plot.pyAnalysis(inputPort, os.path.dirname(__file__))
p.genrateLineAnalysis()
except:
print("An error is occurred while plotting the graph. Probable reason may be :")
print("1. You are running app in read only memory.")
print("2. Check your hardware port(COM port).")
print("3. Wrong port assignment.")
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
pypollution-1.1.tar.gz
(4.2 kB
view details)
File details
Details for the file pypollution-1.1.tar.gz.
File metadata
- Download URL: pypollution-1.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48396560df7dd7bb122ad531f5fa4bac1f205c6d3b75e25beb9c3286bf90c86a
|
|
| MD5 |
f01c47b09db474e79077f09f614b797e
|
|
| BLAKE2b-256 |
971c41aba9c221466bf2815aeb95574f9cca184c82fee891a9420089388d05a3
|