in reply to need suggestions in implementing command prompt

Do you mean that you want to implement a command-line shell in a Tk application?

Maybe you can use this: TkCon as an application console, and also see this: Adding a Safe Interactive Intrepreter to an Application.

  • Comment on Re: need suggestions in implementing command prompt