Skip to content

darraghenright/podslicer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

podslicer 🔪✨

Description

WIP. Currently in development.

A simple command-line application to slice up audio based podcasts into segments with transcriptions,listen to and read individual segments, and track progress.

Prerequisites

  • Python (version 3.11 or above).
  • Poetry.
  • Uses afinfo and afplay so MacOS only for now.

Up and running

Run make or make default to see all available Makefile commands.

First, clone the repository:

git clone [email protected]:darraghenright/podslicer.git
cd podslicer

Then, set up the poetry virtual environment and shell:

poetry shell
poetry install

Optionally, run tests:

make test

Finally run the application:

make run

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published