Questions tagged [pyinputplus]

3 questions
0
votes
1 answer

I am studying Chapter 8 of the the book 'Automate the boring Stuff with Python' and at the end of the chapter there is is practice project

The goal is to create a program that asks the users what ingredients they would like in their sandwich. In order to ask the users what type of bread or milk or other ingredients they would like, I am using inputMenu() function from pyinputplus such…
0
votes
0 answers

how do I create a loop that goes on with a keyboard input in python3?

I have two variable A(lat,lon) and B(lat,lon) My program selects a single lat and creates a plot of B vs A. I want to create a loop on every lat so that every time I press a key or I give another input manually, I have a new plot B|lat1 vs…
Olife
  • 13
  • 2
0
votes
1 answer

Can't import pyinputplus module

When I try to import the module on Mu, I get the error: ModuleNotFoundError: No module named 'pyinputplus' However, on command prompt it says its successfully installed. Im on windows 10 and using python 3.9. any help appreciated
juba1029
  • 47
  • 4