Mark Tobin Projects Articles Github

Lindex (List Index)

The color pallet the code section below is from a NVIM color pallette which can be found here. (It uses the wave pallette). This is a demo of the Lindex library that can be found here at pypi.org.

Github Reference

Json Input

(Datatype : <String>)

Input a JSON value to to test the library within browser. The only value input values are values that would be valid as a python dict. Click on the next window to be able to get the result of this code.

lindex_test.py


#/usr/bin/env python3

from Lindex import lindex

dictionary = {

}

dictionary = lindex(dictionary)

# Click on the next section to see the output.

Sample Output

(Datatype : <String>)

This section is shows the output of the previous section. Click below to get the result.

cmd.exe


Python 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)] on win32

Type "help", "copyright", "credits" or "license" for more information.

>>> from lindex_test import dictionary

>>> dictionary.pprint()

Execute Segment

Loading...