Skip to content

Generates PDF reports from user statistics of the SayBanana children's speech therapy app.

Notifications You must be signed in to change notification settings

Brono25/SayBananaReportGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SayBanana App User Report Generator

Generates PDF reports from user statistics of the SayBanana children's speech therapy app.

Usage

To create a user report, input the path to "user_productions.txt" and specify the output PDF file name.

from SayBanana_stats import generate_user_report

file_path = "test/user_productions.txt"
output_path = "output/test.pdf"
generate_user_report(file_path, output_path)

File Format

The "user_productions.txt" should follow this format:

[email protected],Word,Score,Timestamp

For example

[email protected],Fishing,0,22-03-2024 10:51:07
[email protected],Fishing,1,22-03-2024 10:51:31
...

Example Report

Example Image

About

Generates PDF reports from user statistics of the SayBanana children's speech therapy app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages