Code Monkey home page Code Monkey logo

Comments (6)

blackrosezy avatar blackrosezy commented on August 25, 2024

+1

from gooey.

RandyHandy avatar RandyHandy commented on August 25, 2024

It will be a great idea in my opinion. But perhaps keep both options text field and filer picker, but perhaps is too much.

from gooey.

chriskiehl avatar chriskiehl commented on August 25, 2024

@RandyHandy Keeping both is actually a pretty good idea. Tricky, but good. A file picker alone wouldn't convey much information, so I'll be nice to also have a place to display what the user chooses. This would also allow the possibility of your drag and drop idea (issue #28).

Kind of a standard setup, like:

+--------------------------------------------------+
|                                                  |
|    +----------------------------+  +--------+    |
|    | C:/some_dir/my_file.txt    |  | Browse |    |
|    +----------------------------+  +--------+    |
|                                                  |
|                                                  |
|                                                  |
+--------------------------------------------------+

from gooey.

Nodd avatar Nodd commented on August 25, 2024

You could do this automatically in some cases, if the types of the entries are from pathlib or path.py.

from gooey.

dusans avatar dusans commented on August 25, 2024

maybe metavar would be the place to set this?

parser.add_argument("-i", dest="filename", required=True,
    help="input file with two matrices", metavar="FILE")

from gooey.

chriskiehl avatar chriskiehl commented on August 25, 2024

Done!

from gooey.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.