Module to send commands to an Arduino based on a time table.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Holger Frey 89dce8123f added pyinstaller batch file 7 years ago
arduino_timetable Added parameter for window icon 7 years ago
.gitignore Initial commit 7 years ago
CHANGES.txt setup of python package 7 years ago
Household-Mouse-Trap.ico pyinstaller batch file and icon added 7 years ago
LICENSE added openpyxl to requirements 7 years ago
README.md Added note on Pyinstaller to readme 7 years ago
pyinstaller_make.bat added pyinstaller batch file 7 years ago
run_magnetic_trap.py added pyinstaller batch file 7 years ago
setup.py code cleanup after running flake8 7 years ago
testprogramm.xlsx added excel parsing 7 years ago

README.md

arduino-timetable

Module to send commands to an Arduino based on a time table.

Regarding Pyinstaller

As of September 2017 the Pyinstaller version on PyPi is not ready for Python 3.6, the developementversion is needed:

pip install https://github.com/pyinstaller/pyinstaller/tarball/develop