eriknyquist/duckargs
Code generation tool, creates python / C programs that parse command line arguments. Say bye to starting each project by reading "argparse" / "geptopt.h" docs.
This tool helps developers quickly create small command-line programs in Python or C without needing to recall complex argument parsing syntax. You simply provide the desired command-line arguments (like an integer option or a string positional argument), and it outputs the complete, ready-to-use code to handle them. It's ideal for developers who frequently build utility scripts or simple tools.
121 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a software developer who needs to quickly generate boilerplate code for parsing command-line arguments in Python or C programs.
Not ideal if you are an end-user without programming experience, as this tool generates code rather than being an application itself.
Stars
121
Forks
4
Language
Python
License
MIT
Category
Last pushed
Aug 11, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/eriknyquist/duckargs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
inducer/cgen
C/C++ source generation from an AST
vil02/puzzle_generator
Generates python code representing a puzzle
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
numen31337/copy_with_extension
Auto-generate `copyWith` methods for your Dart classes.
finsberg/gotranx
Next generation ODE translator