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
Release files for simplelist 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simplelist-0.0.7.tar.gz | 8.5 MB | Details |
Release files / simplelist-0.0.7.tar.gz
| Download URL | simplelist-0.0.7.tar.gz |
|---|---|
| Size | 8.5 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b0d4ab0551604abafd421d2fdfada66704cd1f8e5703d29339c87a9c98b04a2
|
|
BLAKE2b-256 checksum How to use checksums |
7db3de6f017f02d7111e3d41789376021aedf605e4070edee69ba9b6a20cc562
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|