Metadata-Version: 2.0 Name: ama Version: 0.2 Summary: Module to ask a set of questions from the user and return a set of answers. Home-page: https://github.com/sffjunkie/ama Author: Simon Kennedy Author-email: sffjunkie+code@gmail.com License: Apache-2.0 Description-Content-Type: UNKNOWN Platform: UNKNOWN Requires-Dist: babel Requires-Dist: cerberus Requires-Dist: tks Requires-Dist: pyreadline; sys_platform == "win32" Requires-Dist: colorama; sys_platform == "win32" Provides-Extra: date_picker Requires-Dist: tks; extra == 'date_picker' Provides-Extra: time_picker Requires-Dist: tks; extra == 'time_picker' This is 'ama' a Python module to ask questions and receive answers to questions. Currently questions are presented to the user either in the terminal or using Tkinter. .. image:: https://github.com/sffjunkie/ama/blob/master/src/doc/_static/terminal.png .. image:: https://github.com/sffjunkie/ama/blob/master/src/doc/_static/tk.png