A simple tkinter program for displaying tex file count and ddl
Make sure you already install Tex environment and have TeXcount package install in your path
poetry install
configure config json file as following, multiple files is possible and will be displayed in the order of configs.files
{
"files": [
{
"filename": "path_to_tex",
"display": "display_name"
},
{
"filename": "path_to_folder/**/*.tex",
"display": ""
}
],
"ddl": "2022-05-23 23:00",
"time_format": "%Y-%m-%d %H:%M",
"show_total": false
}
python counter.py CONFIG_FILE