Skip to content

wur3/textlist2checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textlist2checklist

Reads a .txt file of items and generates an interactive checklist with "Save" and "Clear" options. Can be saved to .txt as checklist with intuitive visuals.

Tutorial

To run:

$ python3 main.py
  1. Select .txt file to open (enjoy the file explorer)

    • Capable of reading files formatted like those from #4.
  2. Have fun with checkboxes

    • laundry
    • cookies
    • homework
  3. Reset checklist with "Clear" button(?)

  4. Save state of checkboxes with "Save" button (".txt" extension)

   [ ] laundry

   [X] cookies

   [ ] homework

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Richard Wu

About

My first project utilizing Tkinter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages