pyflycli

pyflycli is a command-line interface application built with Typer that allows you to view flights above your location.

  1. Download the application’s source code.
$ git clone https://github.com/k-zehnder/pyflycli
  1. Use Poetry to set up environment.

$ cd pyflicli/
$ pip install poetry
$ poetry shell 
$ poetry install
  1. Initialize the application
$ poetry run pyfly init
  1. List Responses
$ poetry run pyfly list

Example Image

Work in progress

GitHub

GitHub - k-zehnder/pyflycli at pythonawesome.com
Python Command Line Application (CLI) using Typer, SQLModel, Async-PostgrSQL, and FastAPI - GitHub - k-zehnder/pyflycli at pythonawesome.com