Skip to content
/ Asts Public

Asts (Another subs to srs) is a simple tool used to create Anki cards inspired by subs2srs.

License

Notifications You must be signed in to change notification settings

ltsdw/Asts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asts

Asts (Another subs to srs) is a simple tool used to create Anki cards inspired by subs2srs. It doesn't work on Windows yet.

Requirements

Pip and FFMPEG must be installed and visible through the $PATH environment variable. It can be installed from the official site Pip installation (pip most certainly is already installed) and Download FFmpeg, or they can be installed using the package manager from your distro.

  • Arch Linux:

    sudo pacman -S ffmpeg python-pip
    
  • Debian/Ubuntu

    sudo apt install ffmpeg python3-pip
    

How to install

  • Clone:

    git clone https://github.com/ltsdw/Asts.git
    
  • Change to the directory:

    cd Asts
    
  • Install the dependencies (only needed once):

    ./setup.sh
    

How to use

  • Run:

    ./run-asts
    
  • Select the files needed:

    • A deck will be created if there is no deck with the name specified.
    • Usually the collection.anki2 file is under ~/.local/share/Anki2/<user name>/collection.anki2

    image1

  • Select and edit the cards that you want add:

    • Before adding cards certify that your anki is closed, it's not possible to add new cards while anki still open.
    • It's possible edit both sides (front and back) before adding a card.

    image3

Anki Card Example (Front & Back)

image2

Related Projects

Projects similar to subs2srs:

About

Asts (Another subs to srs) is a simple tool used to create Anki cards inspired by subs2srs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published