Metadata-Version: 2.4
Name: Z4.py
Version: 1.0.0
Summary: A beginner-friendly encrypted save system for Python games
Author: Z4H
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: cryptography

# Z4 Python Save-System and Game-Engine
A personal library used for a personal project.

## How To Install

pip install cryptography
pip install Z4.py

## Usage / Example

import Z4

Z4.quick_setup()
Z4.set("score", 100)
Z4.save
