#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.")
Release files for pypollution 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pypollution-1.1.tar.gz | 4.2 kB | Details |
Release files / pypollution-1.1.tar.gz
| Download URL | pypollution-1.1.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
48396560df7dd7bb122ad531f5fa4bac1f205c6d3b75e25beb9c3286bf90c86a
|
|
BLAKE2b-256 checksum How to use checksums |
971c41aba9c221466bf2815aeb95574f9cca184c82fee891a9420089388d05a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |