portable gui for ptpython shellglasnost.itcarlow.ie/~softeng4/c00184799...inga e/project2nds python3...

Post on 25-Aug-2020

6 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

PORTABLE GUI FOR PTPYTHON SHELL

Student Name: Inga MelkerteStudent ID: C00184799Supervisor: Paul BarryDate: 28th February 2017

Reminder - what the project is about?

❖ Build GUI framework for ptpython shell❖ Similar to IDLE ❖ Ptpython cool features

Implement prompt from prompt-toolkit into GUI

Plan from the last iteration

Plan B

❖ Changed strategy and started to build simple python REPL (command-line)

❖ Implemented this REPL into simple GUI to understand READ-EVAL-PRINT-LOOP

Basic GUI for python REPL

✓ Redirect output from command-line to GUI

✓ Redirect input from simple entry box

✓ Added textbox and implemented multi-line editing

✓ Integrated notebook with scrollbar, line numbers , tabs

✓ Multiline editing✓ Open, Save and

Run File✓ Clear Screen✓ Open New Tab✓ Handles

exceptions

✓ Changed strategy and started to build simple GUI for python to understand READ-EVAL-PRINT-LOOP

✓ Build basic GUI for python REPL

✓ With simple entry box, then added textbox with multiline editing

✓ Implemented notebook with scrollbar, line numbers , tabs

Review - what is done from last iteration

Currently working on

Implementing ptpython prompt into GUI

✓ Embedded Ptpython

✓ Output is redirected into gui text box

Plan for next iteration

❖ Implement Ptpython into GUI

❖ Improve GUI framework

❖ Testing

top related