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: 18 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T15:08:27.000Z (over 4 years ago)
- Last Synced: 2025-10-28T19:25:55.701Z (7 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 package
import ezcli
ezcli.config(
appname="ezCLI demo")
ezcli.arguments()
```