Skip to content

Latest commit

Β 

History

History
39 lines (26 loc) Β· 1.57 KB

File metadata and controls

39 lines (26 loc) Β· 1.57 KB

Python Automation Scripts Repository 🐍

Welcome to my Python Automation Scripts repository! This collection contains a variety of Python scripts designed to automate tasks, simplify workflows, and make your life easier. Each script is crafted to solve specific problems and enhance efficiency.

Table of Automation Scripts πŸš€

Here's a list of the powerful Python automation scripts and tools you'll find in this repository:

Description 🌟

Audio Transcription Script πŸŽ™οΈ

  • Folder: πŸ“ audio-to-text
  • Features:
    • Transcribe audio files into text.
    • Automatically split large audio files into smaller chunks based on silence.
    • Utilizes the Google Web Speech API for transcription.

Voice Recording and Transcription Script πŸ“

  • Folder: πŸ“ speech-to-text
  • Features:
    • Record audio from the microphone.
    • Automatically transcribe the recorded audio into text.
    • Supports multiple languages.

PDF Text Processor πŸ“„

  • Folder: πŸ“ pdf-text-processor
  • Features:
    • Extract text from PDF files.
    • Process extracted text by removing specified strings.
    • Add formatting to specific lines (e.g., lines starting with "Frage").
    • Save processed text to a new file.