An open API service indexing awesome lists of open source software.

https://github.com/loosedwhale/pyhton-string-to-list

Simple python program that takes a sting input and outputs it as a list. For further information read README.md
https://github.com/loosedwhale/pyhton-string-to-list

input list python python3 string-list

Last synced: about 2 months ago
JSON representation

Simple python program that takes a sting input and outputs it as a list. For further information read README.md

Awesome Lists containing this project

README

        

# Pyhton string to list
## Description

Takes a user input and outputs it as a list

Made with python \
python

## How to use
> In the command line the user will be promted with an input \
> After writing your text press enter \
> The program will take your inputed text and split it after every space \
> A list will be printed with the words seperated as diffrent objects in the list \

### Note
###### Feel free to use this code how ever you please