You are viewing a single comment's thread from:
RE: TurkishSuffix 0.3.1 - Major Vowel Exception and Rewrite
Commenting just to follow the convo..
And I'd like to learn any other suggestions for using/manipulating configs. I'm trying to build a script as well just for education purposes and I'm not sure what to use. I want to be able to change setting while script is running, so I know I need argparse and and edit the config file with parsed arguments and read the config file in an infinite while loop. I'm unsure if this is the effective way of doing this.