Skip to content

Borealin/word-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tex Files Text Realtime Counter

Intro

A simple tkinter program for displaying tex file count and ddl

Usage

Prerequisite

Make sure you already install Tex environment and have TeXcount package install in your path

Install deps

poetry install

Configure Config File

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
}

Run Counter

python counter.py CONFIG_FILE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages