Question: In this homework, you will use TKinter library in Python 2 to build a graphical user interface. The following are required: GUI look good with

In this homework, you will use TKinter library in Python 2 to build a graphical user interface. The following are required: GUI look good with all the functionalities required. (1. Input window for user code input. 2. Output window for results output. 3. Next line button that reads the next line of input, and print this line to the output box. 4. A number showing which line your lexer is processing. 5. Clear labels so that user can understand how to use your program GUI.)In this homework, you will use TKinter library in Python 2 to

The final result would look like the following graph. However, you DO NOT need to create a GUl that looks exact like this. As long as you have the place for some source code, the place for output, a next button to read in next row of text from the source code and print this row on the output window, and a quit button to exit, you can design the interface appearance the way you like. Submit one .py file TKinter tutorial links are in Week1 Friday notes. The video we watched that day finished similar functionalities. You can find other resources from python tutorial links or Youtube TKinter tutorial videos Lexical Analyzer for TinvPie Source Code Input: Lexical Analvzed Result: Some text showing analyzed result Some User Source Code Input int a-4 int b-5 C=a+b For prototype: Just print the source code line out int a 4 int b-5 Current Processing Line: 2 Next Line Quit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!