Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Modify Input() text
#5
@Yoriz. Not exactly!
Let suppose that you want to write from keyboard in console for the input() the following text: I love hamburger. But you dont want to write the same string again and again, sometimes you want to write:I hate hamburger. In that case instead of write I hate hamburger from keyboard, you want to appear in console the text I love hamburger, and navigate with your keyboard arrow to word love and delete it with backspace and replace it with the word hate.

Something like when you hit up arrow on cmd and call the last command, but instead of last command I want a specific predefined string, but which can be modified.
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,309 Aug-01-2023, 09:36 AM
Last Post: Pedroski55
  Read text file, modify it then write back Pavel_47 5 1,799 Feb-18-2023, 02:49 PM
Last Post: deanhystad
  Modify values in XML file by data from text file (without parsing) Paqqno 2 1,827 Apr-13-2022, 06:02 AM
Last Post: Paqqno
  Selecting text as an input lazerwolf101 2 2,322 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,741 Aug-13-2019, 06:05 AM
Last Post: buran
  Four text files input combinations into an output file mhyga 2 2,288 Jul-28-2019, 06:52 PM
Last Post: ThomasL
  removing tabs from input text jenya56 3 3,361 Mar-28-2019, 03:10 PM
Last Post: DeaD_EyE
  How to format text to modify itself for different console sizes. FWendeburg 0 1,632 Feb-18-2019, 06:43 PM
Last Post: FWendeburg
  How do I shorten my input options? - text adventure ShiningKnight 3 4,769 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