pgn2json.interface package

Submodules

pgn2json.interface.command_line module

command_line.py: Command line interface for the application.

pgn2json.interface.command_line.command_line_interface() dict[str, Any]

Takes arguments from the command line and returns them as a dictionary.

Returns:

A dictionary containing the arguments passed to the application.

Return type:

dict[str, Any]

Module contents

Interface package for the project.