Python Forum

Full Version: Create a program
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, im new to this. im wondering if i am possible to create a program which can prompt user some information bfore they can use an application.

for example, i have a software A. When i open software A, i need a pop up window that will ask user to fill in few details before he can use the software A.

thank you in advance Big Grin
I would suggest finding some Python tutorial. From what you're asking it seems that you don't know the basics of Python. So it would be best to go through a book, or some video tutorial that you find on YouTube or something. There is also a tutorial section on this site that has a section for the fundamentals of Python. Though to answer your question: userInput = input(messagePrompt)