Skip to content

tbrmbit/total-hours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Total-Hours

😊 Why?

Sometimes we use text files to writing a scope or listing some things to do and our file finishes pretty big. How I've received and writing that's files, made this class to help get total hours them.

✨ Features

  • Open files txt and Docx
  • The total sum of string following a pattern

πŸ”¨ Usage

Just install πŸ”— python and then install python-docx:

pip install python-docx

Run the following commands on python command line:

myClass = TotalHours('TOTAL: ', 3)
myClass.openTxt('files/scope.txt') or myClass.openDocx('files/scope.docx')
myClass.getTotal()

About

Get total hours/number of files txt or docx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages