https://github.com/louisdevie/ezcli
Python package for building Command-Line Interfaces
https://github.com/louisdevie/ezcli
cli ease-of-use ezcli python-3 python-library python-package python3 terminal
Last synced: 3 months ago
JSON representation
Python package for building Command-Line Interfaces
- Host: GitHub
- URL: https://github.com/louisdevie/ezcli
- Owner: louisdevie
- License: mit
- Created: 2021-10-24T10:27:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T15:08:27.000Z (over 3 years ago)
- Last Synced: 2025-01-22T08:42:37.321Z (5 months ago)
- Topics: cli, ease-of-use, ezcli, python-3, python-library, python-package, python3, terminal
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#```python
# Demo of the packageimport ezcli
ezcli.config(
appname="ezCLI demo")ezcli.arguments()
```