Metadata-Version: 2.4
Name: framework-lib
Version: 0.1.2
Summary: Python Framework Library, expandable, provides support for Console, Tkinter and Pygame.
Author-email: Ad1Ad1 <help91922@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Ad1Ad1/game-framework
Project-URL: Issues, https://github.com/Ad1Ad1/game-framework/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Quick Start and PyPI guide for Page Framework(v1.0)

## Useful Links

[View official API documentation](https://github.com/Ad1Ad1/game-framework/blob/main/README.md)

[View official examples page](https://github.com/Ad1Ad1/game-framework/blob/main/EXAMPLES.md)

## Installation
First, install the framework with this command

```shell
pip install framework-lib
```

## Project creation
Now, create a new project(maybe in a separate folder) with this command
```shell
framework-lib project create {name}
```
Open created folder. List contents with this command:
```shell
ls
```
You should see something like this

```plaintext
Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----        10.07.2026     19:53           4294 data.py
-a----        10.07.2026     19:53          72680 models.py
-a----        10.07.2026     19:53              2 models_requirements.json
-a----        10.07.2026     19:53           6578 program.py
```

Now create your file there. 

## What to use?
Choose one from our examples or create your own
