Interactive Mode For Pipenv
What if we add an interactive mode to customize virtual environments?
Like what npm init does.
### Tasks
- [ ] Selection of a colourful library. e.g `rich` or `colorama`
- [ ] Add `-i` and `--interactive` parameters
Both libraries are already included in pipenv. What is exactly the benefit of making our own shell in comparison to using the OS shell? You can customize the venv in many ways already: You can install packages, set the python version, add variables. Can you please explain more on what you want to achieve? Please also link to the relevant docs of npm.
I want a prompt interface to customize the project environment. i.e asks what the name of the project, version, author etc.
.I see. What you want is initializing a project with a dialog. That can be done