Skip to content

AlenBluBerry/Custom-List-Generator-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Custom_List_Generator

Description

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.

Features

  • Prompt for the number of values to store
  • Accepts user input for each value
  • Outputs the final list of values

Installation

  1. Clone the repository:
    git clone https://github.com/AlenBluBerry/Custom_List_Generator.git
    
  2. Navigate to the project directory
     cd Custom_List_Generator
    

Usage

Run the script in your terminal or command prompt:

For Integer list

python Custom_Integer_List_Generator.py

For String list

python Custom_String_List_Generator.py

Follow the prompts to enter the number of values and the individual values.

Example

Enter how many you need to store in the list: 3

Enter the value: 10

Enter the value: 20

Enter the value: 30

Output:

[10, 20, 30]

Contributing

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages