Metadata-Version: 2.1
Name: praanscribe
Version: 0.1.0
Summary: 
Author: Ali Çağan Kaya
Author-email: alicagank@icloud.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# praanscribe

praanscribe is a small application for automatically transcribing audio files and creating TextGrid files to be used in Praat.

## Usage

```bash
praanscribe <language_code> <audio_file>
```

- `<language_code>`: Language code indicating the language of the audio such as 'en', 'tr', 'fr', or more specific dialects like 'en-US', 'tr-TR', etc.
- `<audio_file>`: Path to the audio file (.wav) you want to transcribe.


The output is a simple TextGrid file where each word has the same length, stretching through the duration of the audio. This file, along with the audio can be further edited and analyzed using Praat.
