Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleQuestion

This is a simple python module to ask a yes/no question to the user

Installation

Use pip command to install it:

pip install simplequestions

Usage

from simplequestions import question

answer = question('Do you like it ?', 'n')

API description

simplequestions.question(text, default='y')

Ask a question to the user

Parameters:

text:The question to the user
default:Default answer ('y' or 'n')

About

[Mirror] Python package for yes/no questions

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages