# myal - My Anime Library ## Overview My Anime Library is a CLI-Tool to manage an anime and manga list. I used to track which anime I have watched and what episode I'm on by writing in a text file, which got annoying after a while. This is why I created this tool to keep anime and manga organized in a sqlite3 database. ## Quickstart You need a database with tables `anime` and `manga`. Attached in this repo is a setup script for the database. Simply execute ``` sqlite3 library.db