Skip to main content

Add your description here

Project description

Bragir

Authors

License

Description

The bragir CLI is a command-line application built using Click. Its primary purpose is to handle and generate SubRip Subtitle (SRT) files using ChatGPT and Whisper from Openai.

Features

  • Translation: Translate the content of SRT files from one language to another using ChatGPT.
  • Transcription: Trancribe the content of video and audio files from one language to another using Whisper.
  • Batch Processing: Process a single file, multiple files, or an entire directory, providing flexibility and efficiency.
  • Easy-to-Use Interface: Utilize a user-friendly command-line interface powered by Click, making translation tasks straightforward.

Table of Contents

Installation

In order to use the full potential of Bragir, FFmpeg is needed to be installed on the system and you need to obtain an Openai key.

As a package

pip install bragir

Brew

NOTE: Currently bragir is not available on the homebrew-core repo, so you will need to tap our custom ArjanCodes repo

brew tap arjancodes/core

Then, you can run the following command:

brew update && brew install bragir

OpenAI

Currently, this tool relise on OpenAIs API. That means that an OpenAI api-key is crucial. See the following resource of how to get an OpenAI api-key

Bragir

Use pip to install Bragir

pip install bragir

Check if installation is complete

bragir --version

If a version is displayed, then Bragir is installed correctly.

Usage

Bragir comes with two commands, transcribe and translate. Transcribe will always generate an file with extension .srt. The translate command has only been tested with SRT-files, however other files would work. However, Bragir is not intended to translate other file types

In order to use bragir, the api key can be loaded into the session or saved in the config.ini file (Default at ~/.bragir/cli/config.ini).

Load Openai key as an enviroment variable into current session

export OPENAI_KEY=<VALUE>

Examples

Translate a single file to one language:

bragir translate <FILE_PATH> --language French

Translate one file to multiple languages:

bragir translate <FILE_PATH> --language French --language German

Translate files in a directory to multiple languages:

bragir translate <DIRECTORY_PATH> --language French --language German

Transcribe file:

bragir transcribe <FILE_PATH>

Transcribe files in a directory:

bragir transcribe <DIRECTORY_PATH>

Contributing

If you want to contribute to this project, please use the following steps:

  1. Fork the project.
  2. Create a new branch (git checkout -b feature/awesome-feature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/awesome-feature).
  5. Open a pull request.

Commit Message Structure

This projects aims to follow the Conventional Commits guidelines.

When writing commit messages, use one of the following categories to clearly describe the purpose of your commit:

  • feat / feature: ✨ Introducing new features
  • fix / bugfix: 🐛 Addressing bug fixes
  • perf: 🚀 Enhancing performance
  • refactor: 🔄 Refactoring code - Not displayed in CHANGELOG
  • test / tests: ✅ Adding or updating tests - Not displayed in CHANGELOG
  • build / ci: 🛠️ Build system or CI/CD updates - Not displayed in CHANGELOG
  • doc / docs: 📚 Documentation changes - Not displayed in CHANGELOG
  • style: 🎨 Code style or formatting changes - Not displayed in CHANGELOG
  • chore: 🔧 Miscellaneous chores
  • other: 🌟 Other significant changes

Example Commit Messages

  • feat: Add cool new feature
  • fix: Resolve unexpected behavior with translation

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bragir-1.4.5.tar.gz (18.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bragir-1.4.5-py3-none-any.whl (31.6 kB view details)

Uploaded Python 3

File details

Details for the file bragir-1.4.5.tar.gz.

File metadata

  • Download URL: bragir-1.4.5.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.5.24

File hashes

Hashes for bragir-1.4.5.tar.gz
Algorithm Hash digest
SHA256 49ae53ac0e14f65eeccdf94b741088defd71cfcef4f2a0c82e9f9828ffb3fbd6
MD5 831427b7b769c47c632f610dd26d6042
BLAKE2b-256 c89d0fff88a5d344cdf4c0758420376d79ed8174f43736b2ec19f61d0704c4ad

See more details on using hashes here.

File details

Details for the file bragir-1.4.5-py3-none-any.whl.

File metadata

  • Download URL: bragir-1.4.5-py3-none-any.whl
  • Upload date:
  • Size: 31.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.5.24

File hashes

Hashes for bragir-1.4.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d486bf3ca66c76b054c5b255df2493722c226fa6dc7e48a5ab2f432a85f7ffbe
MD5 a86c74a2baff41de597f5f5520cf5b45
BLAKE2b-256 08d29d2a383aa34a1abd5a4b4712310aaf36558457c1ca3353180c15b4ec902d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page