Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please DO it using pyhton Which is why, for your course project, you are going to create a Python application that gets data from a
Please DO it using pyhton
Which is why, for your course project, you are going to create a Python application that gets data from a web API and displays it to the program user. Activity Instructions For this project, your program must meet the following requirements: 1. Use a graphical interface to prompt user for text to be sent to the Yoda Speak API 2. Understand the constraints of the Yoda Speak API and check the text to ensure that it meets those restraints before sending it. If it does not, tell the user what is wrong with it 3. Send the user's text to the API and then display the result. If there is an error of any kind, inform the user of that error and ask them if they would like to try again 4. Once the result is successfully returned, give the user the option to save the result to a file on their computer. 1. The result file must contain the following: 1. Name of your program 2. The date and time the data was fetched 3. The user's input text 4. The server's result Which is why, for your course project, you are going to create a Python application that gets data from a web API and displays it to the program user. Activity Instructions For this project, your program must meet the following requirements: 1. Use a graphical interface to prompt user for text to be sent to the Yoda Speak API 2. Understand the constraints of the Yoda Speak API and check the text to ensure that it meets those restraints before sending it. If it does not, tell the user what is wrong with it 3. Send the user's text to the API and then display the result. If there is an error of any kind, inform the user of that error and ask them if they would like to try again 4. Once the result is successfully returned, give the user the option to save the result to a file on their computer. 1. The result file must contain the following: 1. Name of your program 2. The date and time the data was fetched 3. The user's input text 4. The server's resultStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started