Python Forum
variables help / update config file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
variables help / update config file
#3
Besides Buran's suggestion to use configparser, your program can have a strategy such as:
  • If the program is called with -c or --config option, use the config file given on the command line
  • Otherwise use myprog.cfg file from the current directory
  • Otherwise use a user default config file such as ~/.config/myprog/default.cfg
  • Otherwise use a system-wide default config file ...
There are many options for this.
Reply


Messages In This Thread
variables help / update config file - by mapvis - Nov-27-2018, 05:16 AM
RE: variables help / update config file - by buran - Nov-27-2018, 07:19 AM
RE: variables help / update config file - by Gribouillis - Nov-27-2018, 11:28 AM
RE: variables help / update config file - by mapvis - Nov-27-2018, 02:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  File path by adding various variables Mishal0488 2 1,089 Apr-28-2023, 07:17 PM
Last Post: deanhystad
  How to read csv file update matplotlib column chart regularly SamLiu 2 1,108 Jan-21-2023, 11:33 PM
Last Post: SamLiu
  Is it possible to update a CSS file from Python bigAL_python 4 2,343 Apr-20-2022, 01:38 PM
Last Post: bigAL_python
  Storing variables into one file for use in multiple Jupyter notebooks devansing 1 1,788 Feb-05-2022, 10:04 AM
Last Post: ibreeden
  value null when update in json file 3lnyn0 6 3,398 Dec-30-2021, 05:52 PM
Last Post: ndc85430
  Updating a config file [solved] ebolisa 8 2,653 Nov-04-2021, 10:20 AM
Last Post: Gribouillis
  |SOLVED] Glob JPGs, read EXIF, update file timestamp? Winfried 5 2,544 Oct-21-2021, 03:29 AM
Last Post: buran
  Is there a library for recursive object creation using config objects johsmi96 0 1,872 May-03-2021, 08:09 PM
Last Post: johsmi96
  help with pytesseract.image_to_string(savedImage, config='--psm 11')iamge to string korenron 0 2,730 Apr-29-2021, 10:08 AM
Last Post: korenron
Question Python + Google Sheet | Best way to update specific cells in a single Update()? Vokofe 1 2,725 Dec-16-2020, 05:26 AM
Last Post: Vokofe

Forum Jump:

User Panel Messages

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