Skip to content

hhu-adam/Reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporter

Reporter is a CLI-tool that allows the user to generate Latex tabulars from several .csv log files which reflect access statistics of different countries on a server.

Usage

Generate a report beginning at the first date of the current month until current day.

python3 reporter.py

Generate a report over all available log files.

python3 reporter.py --full

Generate a report beginning at the first date of the current month until a specified day.

python3 reporter.py --end 20XX-XX-XX

Generate a report beginning at a specified date until the current day.

python3 reporter.py --start 20XX-XX-XX

Generate a report for a whole month (1-12)

python3 reporter.py --month 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages