Skip to main content

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')
  • 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)
  • 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

Support

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page