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.
-
List From TXT
- Make a Python list from a TXT file.
-
Inbuilt Lists
- SimpleList comes with 3 inbuilt lists available for use
-
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:
- Inbuilt Lists
- Import
from simplelist import Lists - Load Class
class = Lists() - Set List
yes = list_yes() - Print List
print(yes) - Available Lists:
list_yes, list_no, list_tickers
- 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.7.tar.gz
(8.5 MB
view details)
File details
Details for the file simplelist-0.0.7.tar.gz.
File metadata
- Download URL: simplelist-0.0.7.tar.gz
- Upload date:
- Size: 8.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b0d4ab0551604abafd421d2fdfada66704cd1f8e5703d29339c87a9c98b04a2
|
|
| MD5 |
485cd26846fd0ab9828a7769e3723f35
|
|
| BLAKE2b-256 |
7db3de6f017f02d7111e3d41789376021aedf605e4070edee69ba9b6a20cc562
|