Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 648 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 648 Bytes

Shell

Overview

This repo contains various programs that can be run in the Linux terminal (Bash specifically). Each program has been developed using each of the four following Python libraries:

Programs

  • Booktracker (tracks books read with basic CRUD functionality)

Installation

This repo was created using UV.

  • git clone ...
  • cd shell
  • uv run [APP] (e.g. uv run booktracker_textual/app.py)