bubakazouba / autoauto

1 stars 0 forks source link

understand user input (V2 understand text transformation) #19

Open bubakazouba opened 3 years ago

bubakazouba commented 3 years ago

in host.py it will need to understand these transformations and discover the pattern in them e.g user uppercasing/lowercasing: field1: "hi" -> "hi" field 2: "bye" -> "Bye" host.py would detect pattern as: "uppercasing first letter"


same for: