Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Modify Input() text
#7
I think catosp is talking about something like command line retrieval that is supported by almost every command shell. And I have the ability to recall previous things I typed into a python script if I started that script from a shell. For example I rand a program from the Windows CMD shell:
Output:
C:\musings>python echo.py type something: I typed this I typed this type something: I typed this and used up arrow to recall "I typed this" I typed this and used up arrow to recall "I typed this"
If you are running a program from IDLE you can access the "input" history by typing alt+p. For other terminals in other IDE's I imagine there are similar ways to reduce typing.
Reply


Messages In This Thread
Modify Input() text - by catosp - Jun-08-2020, 07:14 PM
RE: Modify Input() text - by Gribouillis - Jun-08-2020, 07:25 PM
RE: Modify Input() text - by catosp - Jun-08-2020, 07:28 PM
RE: Modify Input() text - by Yoriz - Jun-08-2020, 07:29 PM
RE: Modify Input() text - by catosp - Jun-08-2020, 07:41 PM
RE: Modify Input() text - by Yoriz - Jun-08-2020, 08:13 PM
RE: Modify Input() text - by deanhystad - Jun-08-2020, 10:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sad How to split a String from Text Input into 40 char chunks? lastyle 7 1,166 Aug-01-2023, 09:36 AM
Last Post: Pedroski55
  Read text file, modify it then write back Pavel_47 5 1,641 Feb-18-2023, 02:49 PM
Last Post: deanhystad
  Modify values in XML file by data from text file (without parsing) Paqqno 2 1,710 Apr-13-2022, 06:02 AM
Last Post: Paqqno
  Selecting text as an input lazerwolf101 2 2,273 May-29-2020, 06:52 AM
Last Post: lazerwolf101
  Python QGIS tool that replaces layout text labels with attributes from an input table geodenn92 1 2,693 Aug-13-2019, 06:05 AM
Last Post: buran
  Four text files input combinations into an output file mhyga 2 2,229 Jul-28-2019, 06:52 PM
Last Post: ThomasL
  removing tabs from input text jenya56 3 3,246 Mar-28-2019, 03:10 PM
Last Post: DeaD_EyE
  How to format text to modify itself for different console sizes. FWendeburg 0 1,605 Feb-18-2019, 06:43 PM
Last Post: FWendeburg
  How do I shorten my input options? - text adventure ShiningKnight 3 4,677 Jan-01-2017, 03:21 AM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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