Add user interface (#6)

- Add user interface
- Add L386
- Fix pysnmp for newer python versions
- Add requirements.txt
- Add printer discovery script
- Add UI script
- Fix ping opening window in pyinstaller exe
- remove scapy from requirements.txt
- improve comment formatting
- scan all local ips
- Fix power off timer write function
- Update L386 config
This commit is contained in:
Mareks
2024-07-20 14:40:38 +03:00
committed by GitHub
parent 1237c71ab8
commit befa212a4f
4 changed files with 256 additions and 2 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
PyYAML
git+https://github.com/etingof/pysnmp.git@master#egg=pysnmp
pyasyncore;python_version>="3.12"