Custom_List_Generator is a simple Python script that allows users to create a list of values based on their input. The program prompts the user to specify how many values they would like to store in the list and then asks for each value individually. This tool is useful for generating custom lists based on user-defined input.
- Prompt for the number of values to store
- Accepts user input for each value
- Outputs the final list of values
- Clone the repository:
git clone https://github.com/AlenBluBerry/Custom_List_Generator.git
- Navigate to the project directory
cd Custom_List_Generator
Run the script in your terminal or command prompt:
python Custom_Integer_List_Generator.py
python Custom_String_List_Generator.py
Enter how many you need to store in the list: 3
Enter the value: 10
Enter the value: 20
Enter the value: 30
[10, 20, 30]
If you would like to contribute to this project, feel free to submit a pull request or open an issue.
This version keeps the focus on usage and features without mentioning a license. You can always add a license later if you decide to use one. Let me know if you need any more help!