[ TAG 85 ][15.07.2021] - Erfolgreich - IAP-20210601-20210715-1355 - ERÖFFNUNG
Ich beginne meine Arbeitssession um [15.07.2021][1348]. In dieser Arbeitssession werde ich ein neues Modul eröffnen. Bei diesen Modul werde ich anfangen im Python-Projekt mit Python-Modulen arbeiten.
[15.07.2021][1600] - Ich habe einige Test zu den Modularen Aufbau von Python-Projekten gemacht. Die IAP-Module von [01-001] bis [01-009] hatten nur wenige überschaubare Aufgaben. Das gesammelte Wissen und die Erfahrungen zu unterschiedlichen Technologien müssen jetzt in Python-Module zusammen gefasst werden. An der Programmstruktur von [ IAP-20210601-20210629-0000 ] ändert sich nichts.
[15.07.2021][1602] - Ich beginne mit der Einrichtung der Projekte. Als Referenz nehme ich mir den Beitrag [ TAG 76 ][06.07.2021] - Erfolgreich - IAP-20210601-20210629-0000.
Quelle: [https://artem-kraft.blogspot.com/2021/07/tag-76-06072021-erfolgreich-iap.html]
- Quelle [ TAG 65 ][25.06.2021] - Erfolgreich - IAP-20210601-20210625-1200 - ERÖFFNUNG
- Standard-Libraries
- [ import queue ]
- [ import datetime as dt ]
- Erweiterte-Libraries installieren
- [ Sounddevice ]
- [ pip install sounddevice ]
- [ Soundfile ]
- [ pip install soundfile ]
- [ numpy ]
- [ pip install numpy ]
- [ pynput ]
- [ pip install pynput ]
- Erweiterte-Libraries importieren
- [ Sounddevice ]
- [ import sounddevice as sd ]
- [ Soundfile ]
- [ import soundfile as sf ]
- [ numpy ]
- [ import numpy as np ]
- [ pynput ]
- [ from pynput import keyboard ]
![]() |
| PyCharm Tip |
Ich werde die IAP-Module als System-Tray Anwendungen schreiben. Wiederum ist es ein Argument, wenn man bei der GUI-Entwicklung ankommt Qt als erstes vorzunehmen.
- Quelle:
- Create System Tray Application using Python and Qt
- Yotube-Channel: VFX Pipeline

Kommentare
Kommentar veröffentlichen