app.backend.visualization package

Subpackages

Submodules

app.backend.visualization.visualization module

The main visualization module.

app.backend.visualization.visualization.display_name_and_location(pdf_object, user_input: dict)

Display the desired subject full name and location on the PDF.

Args:

pdf_object: the FPDF object to visualize full name and location.

user_input: the app’s user input represented as a dict.

app.backend.visualization.visualization.main_visualization(analysis_response: dict, user_input: dict, pdf_output_location: str) None

Call Visualization class and visualize information from all social media networks, then output a PDF file that contains current time and full name of the desired subject in the name.

Args:

analysis_response: the dictionary received after an analysis of the scraped information.

user_input: the app’s user input represented as a dict.

pdf_output_location: the location on the PC where to output the PDF file.

Returns:

None: outputs a PDF file with all the information into a specific location.

Module contents

The project’s visualization module.