NaitLee / PHFS

This is a Python3 implementation of rejetto's HTTP File Server~*
GNU General Public License v3.0
16 stars 4 forks source link

Configure methods -- choose which? #7

Open NaitLee opened 3 years ago

NaitLee commented 3 years ago

Currently PHFS is using a simple ini configure method for development.

Other choices:

Pros/Cons: INI file Command line Windowed interface Web interface
User friendly
Flexibility
Modernity
Simplicity

Which pro would you prefer?

delgh1 commented 3 years ago

I vote A full featured, separate windowed interface that is familiar with original HFS. Side note: with spacing and comments, editing an ini file is not too bad either.

NaitLee commented 3 years ago

Thank you for suggestions 😘 Also I'm doing Visual Studio & C# these days. It's closer for us to have a GUI now, at least for Windows :)