Skip to content

diewland/file-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

file-counter

File based Python Counter Utility

# initial
filename = 'test.tmp'
fc = FileCounter('test_count.dat')

# examples
fc.val       # return counter value
fc.reset()   # reset to zero
fc.set(64)   # set value to 64
fc.up()      # counter +1
fc.down()    # counter -1
fc.remove()  # remove file

About

File based Python Counter Utility

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages