Metadata-Version: 2.1
Name: Paolog_Pynecraft
Version: 0.1.1.post2
Summary: A Minecraft recreation made with Ursina
Author: Paolog
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: ursina
Requires-Dist: appdata
Requires-Dist: perlin_noise
Requires-Dist: screeninfo

# Pynecraft
Welcome to Pynecraft !!!

## What is this?
Pynecraft is my first programming project, made in Python. His goal is to make a moddable minecraft recreation, using the Ursina Engine

## How can I install this?
You can install Pynecraft with
```bash
python3 -m pip install Paolog_Pynecraft
```

If you have already an outdated version of Pynecraft, you can upgrade it by doing:
```bash
python3 -m pip install Paolog_Pynecraft -U
```

## How can I launch this?
You can launch Pynecraft with:
```bash
python3 -m Paolog_Pynecraft
```
