CapsuleFarmerEvolved icon indicating copy to clipboard operation
CapsuleFarmerEvolved copied to clipboard

feat: creating config files using user prompts

Open s-Sizz opened this issue 3 years ago • 3 comments

Prompt user to create a new config file if

  • config file contains only "username" and "password" default accounts
  • no file found
  • config file format is invalid

s-Sizz avatar Feb 08 '23 13:02 s-Sizz

Due to how default terminal works, many users may face troubles understanding how to setup everything. Its also not a good idea to allow the password to be typed without hiding it.

This just brings more problems than what it resolves. A simply open of the confighelper website would suffice.

alepouna avatar Feb 08 '23 14:02 alepouna

the password is hidden using python's getpass

s-Sizz avatar Feb 08 '23 14:02 s-Sizz

Doesn't seem like a good idea since people already have problems troubleshooting

KindredUwU avatar Feb 08 '23 16:02 KindredUwU

Doesn't seem like a good idea since people already have problems troubleshooting

I agree with this.

alepouna avatar Feb 08 '23 23:02 alepouna