pyflycli
pyflycli is a command-line interface application built with Typer that allows you to view flights above your location.
- Download the application’s source code.
$ git clone https://github.com/k-zehnder/pyflycli
- Use Poetry to set up environment.
$ cd pyflicli/
$ pip install poetry
$ poetry shell
$ poetry install
- Initialize the application
$ poetry run pyfly init
- List Responses
$ poetry run pyfly list
Example Image
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