Metadata-Version: 2.1
Name: nikocraft
Version: 0.0.4
Summary: Nikocraft Python Library
Home-page: https://github.com/Nikocraft123/Python-Nikocraft
Author: Nikocraft
Author-email: nikocraft@gmx.net
Project-URL: Source, https://github.com/Nikocraft123/Python-Nikocraft
Keywords: python,pygame,utils,framework,development
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Utilities
Requires-Python: >=3.11, <4
Description-Content-Type: text/markdown
Provides-Extra: cv
License-File: LICENSE

# Nikocraft Python Library
A python library with general utils and a pygame framework


### Installation

Install via pip \
`pip install nikocraft`


### Usage

Import the library (alias `nc` recommended) \
`import nikocraft as nc`

*Tutorial is coming soon*


### Build

Clone the repository \
`git clone https://github.com/Nikocraft123/Python-Nikocraft.git`

Execute the setup.py \
`python ./setup.py sdist bdist_wheel`

The wheel file is now available in `./dist`


**NIKOCRAFT © 2023**
