Metadata-Version: 2.4
Name: variablesplus
Version: 2.1.0
Summary: A Python package for variables plus
Author: Egglord
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file
Dynamic: requires-python

# variables_plus

A simple Python library to create, clear, read and delete global variables.

This is my first python library :D

Commands:
vp.vp("create(variable=something)")   # Remove =something to create a blank variable.
vp.vp("clear(variable)")   # Leave clear() empty to clear all variables.
vp.vp("delete(variable)")
vp.vp("read(variable)")   # Doesn't print it. Use print(vp.vp("read(variable)")) to print the variables contents.
