Python Forum
Generating web page from argparse parameters
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Generating web page from argparse parameters
#1
Hi guys,

Do you know any tool (module) or have any idea to do this?
I'd like to get some python scripts (all using argparse) and build a front-end (simple form with argparse's info) to the final users.
These scripts will be in constant update, so I'll have to check them time to time to see the output of argparse and update the front-end.
I start coding from ground, but it's getting too big. So I think I'm on the wrong way... Confused
Reply
#2
If it's getting too big separate it to modules and make an app.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#3
I really appreciate your advise but it's not what I'm looking for...
Just to record, I tested warped but it didn't work well. I had to modify a bunch of code from target scripts.
Reply
#4
If you'd like help with your code, please share your code :)

You mentioned warped, which sounds exactly like what you're asking. It might be easier to create a wrapper around that, if it's almost what you want.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Bug argparse io issue pyDream 8 591 Apr-02-2024, 12:42 PM
Last Post: pyDream
  Not able to figure out what is wrong with argparse radioactive9 31 8,472 Mar-16-2022, 07:50 PM
Last Post: deanhystad
  argparse --help in one line. Denial 1 1,976 Sep-20-2020, 03:38 PM
Last Post: deanhystad
  Argparse error when inputting values tqader 2 2,869 Sep-11-2020, 07:42 PM
Last Post: buran
  Why this pycharm warning for argparse formatter_class value? pjfarley3 2 2,115 Sep-09-2020, 05:23 AM
Last Post: pjfarley3
  Can argparse support undocumented options? pjfarley3 3 2,182 Aug-14-2020, 06:13 AM
Last Post: pjfarley3
  In ArgParse, can two compatible formatter_class values be used? pjfarley3 2 2,575 Jul-31-2020, 02:01 PM
Last Post: pjfarley3
  Why am I getting KeyError 'file' when using argparse? Mike Ru 1 3,066 Jun-09-2019, 04:48 PM
Last Post: metulburr
  How can I get some arguments using argparse? Mike Ru 0 1,866 Jun-05-2019, 12:57 PM
Last Post: Mike Ru
  argparse 2skywalkers 4 3,113 May-15-2019, 07:00 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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