Skip to content

A CheckList program in Python/GTK, using YAML for storage. Aimed at non-mobile users.

Notifications You must be signed in to change notification settings

datatalking/CheckList

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyChecklist

Its the final CheckList

A 'written in python for python' program in Python/GTK, using YAML for storage. Aimed at non-mobile users.

This program will have three components:

  1. The checklist engine
  2. Graphical User Interface (GUI) version
  3. Command Line Utility (CLU)

The GUI and the CL will both use the engine as their underlying method of performance and will read the same files. The actual checklists will be stored in YAML files for readability.

Update

  1. Updated format and layout of PyChecklist
  2. Renamed CheckList to PyChecklist for clarity.
  3. Updated print statements with parenthesis's
  4. Monkey patched an import statement and it works.

About

A CheckList program in Python/GTK, using YAML for storage. Aimed at non-mobile users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 62.6%
  • Python 37.4%