Ask Me Anything V0.2¶
Ask Me Anything (AMA) is a package to prompt the user for answers to a series of questions and return the results as a dictionary.
Questions are specified using a JSON dictionary
Currently you have 2 choices in how to ask the questions…
Using the terminal

Using a Tkinter interface.

The Tk interface has a few niceties; dialogs to select paths, dynamic updating of values based on others, a validation indication etc.
both generated from the same JSON file.
Contact¶
Simon Kennedy <sffjunkie+code@gmail.com>
Version History¶
| Version | Description |
|---|---|
| 0.2 |
|
| 0.1 | Initial version with terminal and Tkinter support |