135201
You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython
This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.
Читать полностью…
Hey, has anyone here worked on an Instagram downloader and managed to get around the usual limits?
Would appreciate any help or pointers. I’m willing to pay for it.
if it is thrown from qt side, you would need investigate qt
Читать полностью…
If you want something completely original, its up to you
Читать полностью…
Also you can start contribute some software, if you fell ready. For example, some KDE apps
Читать полностью…
If you will want include translation to different languages your app ,use https://docs.python.org/3/library/gettext.html
Читать полностью…
Hello friends, I want something to learn Python practically without the failed theory.
Читать полностью…
Thanks! Just to confirm, would it be feasible to build this in Python using WASAPI loopback to capture system audio, save it locally, and transcribe it locally with Whisper/Faster-Whisper, without any cloud services? Or do you see any major technical challenges?
Читать полностью…
Thanks for your help. This is for an internal company project, and due to security and compliance requirements, we'd prefer to build the solution ourselves rather than rely on third-party applications or cloud services.
I'm mainly trying to understand whether it's technically possible in Python to: capture system audio from a Windows machine, save it locally, and transcribe it locally using an on-premise/open-source model.
I'd really appreciate your insights.
Check the Qt library dependencies and ensure libgssapi_krb5 is properly installed on your system. You might need to set the library path or install krb5 development packages via your package manager.
Читать полностью…
then you would need to investigate paths that CDLL looks for lib
Читать полностью…
from PyQt6 import QtWidgets, QtCore, QtMultimedia
ImportError: libgssapi_krb5.so.2: cannot open shared object file: No such file or directory
How fix it in PyCharm?
Anyone can suggest me final year major project ideas software unique something?? I'm so confused pls help me for this
Читать полностью…
If you now russian,ukrainian or some other languages, in telegram availble groups fro your native language
Читать полностью…
If you want add advanced PDF vieweing options, use PyMuPDF library
Читать полностью…
❗️ Message from Blackberry [1360710694] was reported to the admins.
You'd still need to investigate ready-made solutions for it. Capturing audio is basically calling system apis and working with streams.
Читать полностью…
theres a lot of libs to record audio and some models to transcribe
Читать полностью…
Hi! Does anyone know if I can capture audio from any device on my computer, save it and have it transcribed, all this process in python?
Читать полностью…