Python Forum
Start Putty into Python Form
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Start Putty into Python Form
#2
Hello and welcome to the forum.

I don't see a way to embed a Putty window into a tkinter widget, nor other Windows applications such as Cmd or Notepad++ or your web browser.

With a lot of work, you could create a terminal-looking window in tkinter, such as Idle's shell which is written in tkinter and create an SSH session in this windows with the help of specialized modules such as paramiko. Obviously, it is a whole project for a very experienced pythonista.

The simplest method is the best: just call Putty with the help of the subprocess module when the button is clicked and live with a separate Putty window. You'd have a useable program in a matter of minutes.
Reply


Messages In This Thread
Start Putty into Python Form - by Schlazen - Mar-20-2020, 10:23 AM
RE: Start Putty into Python Form - by Gribouillis - Mar-20-2020, 11:13 PM
RE: Start Putty into Python Form - by Schlazen - Mar-23-2020, 01:51 PM
RE: Start Putty into Python Form - by Gribouillis - Mar-23-2020, 03:31 PM
RE: Start Putty into Python Form - by Schlazen - Mar-25-2020, 03:03 PM
RE: Start Putty into Python Form - by divya130 - Dec-13-2022, 06:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python and pandas: Aggregate lines form Excel sheet Glyxbringer 12 2,203 Oct-31-2023, 10:21 AM
Last Post: Pedroski55
  Python Idle won't start totalmachine 9 3,721 Oct-16-2022, 05:57 PM
Last Post: totalmachine
  readline.parse_and_bind() does not work in start-up script of Python interpreter zzzhhh 0 1,619 Jan-18-2022, 11:05 AM
Last Post: zzzhhh
  Error creating database with python and form? shams 3 2,457 Aug-02-2021, 02:00 PM
Last Post: deanhystad
  Error using mariadb select query with form in python? shams 2 2,104 Jul-29-2021, 12:30 PM
Last Post: shams
  html, python, a simple form test 1 2,004 Aug-09-2020, 01:59 PM
Last Post: snippsat
  Reading text from Putty window Nil 5 9,382 Jul-23-2020, 10:27 AM
Last Post: HritikaMehta
  Use Python to start/stop a server service via a webform? oakleaf2001 0 1,812 Apr-04-2020, 06:14 AM
Last Post: oakleaf2001
  Python 3.8 on mac failing to start sgandon 0 3,073 Jan-14-2020, 10:58 AM
Last Post: sgandon
  How to get first 5 images form the document using Python BeautifulSoup sarath_unrelax 0 1,690 Dec-19-2019, 07:13 AM
Last Post: sarath_unrelax

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020