A Simple List Maker
Project description
SimpleList
SimpleList Python Package is a quick and easy way to intergrate TXT files with python.
Installation
To use SimpleList, run pip install simplelist
, if you are on MacOS, install SimpleList with pip3 install SimpleList
.
Features
-
TXT From A Python List
- Read a Python list into a TXT and overwrite any old data on it.
-
Tox
- Make a Python list from a TXT file.
-
MIT License
Usage
- The List From TXT is a simple way to read a TXT file into a python list
- Import:
from simplelist import listfromtxt
- Syntax:
ListName = listfromtxt('myFile.txt')
- Import:
- The TXT From List is a simple way to read a python list into a TXT file
- Import:
from simplelist import txtfromlist
- Syntax:
txtfromlist('myFile.txt', myList)
- Import:
Support
- Email: neil@insight3d.tech
- Discord: InSight3D Discord Server
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simplelist-0.0.5.tar.gz
(8.5 MB
view hashes)