About 50 results
Open links in new tab
  1. Offline audio to text (Speech Recognition) - Python Forum

    Jan 16, 2018 · I have hundreds of audio files (mp3) of a teaching course and because of copyright,etc, we are not permitted to upload the files. Therefore, I need to be able to convert the audio/speech to …

  2. [split] How to ask Smart Questions (thread title expansion)

    Aug 6, 2020 · import tkinter as tk from tkinter import ttk, messagebox from reportlab.pdfgen import canvas class GuillotineCuttingOptimizer: def __init__(self, stock_width, stock_length, stock_quantity, …

  3. Replacing symbols by - Python Forum

    Sep 5, 2023 · The official dedicated python forum Users browsing this thread: 1 Guest (s) View a Printable Version Forum Jump:

  4. OpenPyxl Cell.value Alignment - Python Forum

    Jan 14, 2024 · Hi, I am using OpenPyXl and need to align different cells with different alignment values (center, right, bottom, etc.). My code seems to be ignoring my if statements. The center alignment is …

  5. Inserting a variable name into xlabel - Python Forum

    Aug 6, 2020 · Hi, first post here. I am trying to streamline a lot of data processing by using a class of objects called "image". I define each image as "image1 = image (...), image2 = ..." and so on. class …

  6. PDF generation / edit - Python Forum

    Jul 28, 2021 · Hi everyone, I made a little website with flask, now I would like to generate a pdf (static) with the content of that website. By static I mean that I will generate the PDF once, not the user. …

  7. no popin - Python Forum

    Oct 19, 2024 · i m working on a shopping cart. i post the whole code because maybe i made a mistake on the top that effect my problem. by option 3 i need to pop an item but its a mess. i need to pop not …

  8. The most outrageous moments of my career - Python Forum

    Jun 6, 2017 · Hi, folks. This is a question for people who have (had) a misfortune **tongue** of programming for the living. I was wondering whether you'd like to pass along entertaining stories that …

  9. Unusual Error - Python Forum

    Apr 21, 2021 · While I tried to install autokeras. I had to run this command first. The output was fine except for one line toward the end which was an error(it was printed in red letters on the screen). …

  10. None collapsing Tuple at 1 value nor need the , at 1 val

    Aug 6, 2020 · name: tup description: Alternative for tuple that does not collapse nor need a comma when at 1 val and operates within guide lines of tuple. Intentionally left it as near tuple usage as …