This is a simple Python script that interactively collects and displays a list of entries from the user. It supports two modes:
- Main Info Only
- Main + Additional Info
Ideal for quickly gathering structured data from user input.
The .exe file is in releases. This .exe file does not have viruses. It was created for convenience. I made this file thanks to python -m PyInstaller --onefile .... If you do not trust the .exe file, I recommend you to use the .py file.
- Interactive CLI prompts
- Two input modes (basic or with additional details)
- Custom stop-words to end input session
- Neat and numbered output formatting
-
Open the
.exefile or.pyfile. -
Choose mode: 1 = main info only; 2 = main + additional info.
-
To stop input, type:
stop,enough,yes,-or pressingEnter. -
The script will output your entries as a formatted, numbered list.