Posts by Gabriel • 25 points
3 posts
-
-1
votes1
answer822
viewsQ: How to add license for my python application?
I’m having a problem. This problem is "How to create a license for my software". Suppose this is my license key - 12345YW When the user enters this license key, the software should allow him to use…
-
-3
votes1
answer124
viewsQ: What’s wrong with my python code?
I’m making an app to film the desktop with system audio and microphone. Initially it seemed simple but I found a problem on the way:I’m not able to record the sound of the system.Initially I thought…
-
1
votes1
answer654
viewsQ: How to record speaker and microphone sounds simultaneously with python in windows?
I tried to record the sound of the desktop with the pyaudio, but I can only hear the sound of the microphone or speaker. I also downloaded the portaudio, but I’m not sure I can get the sound of the…