Skip to content
Luca Ravasio edited this page Apr 10, 2021 · 6 revisions

Welcome to the oopygame wiki!

Hello, here are the documentation about oopygame. For now, the documentation is only in english, but if you want contribute, you can translate this page in your own language and make a pull request.


Brief description

That's an Object-oriented API based on pygame. The goal of this library is help to create great programs in less time as possible. This library is easly extendible with demon and subclasses.


Modules

These are the principal oopygame files

oopygame
├── colors.py
├── demons.py
├── icon.ico
├── icon.svg
├── image_tools.py
├── __init__.py
├── objects.py
├── platform.png
├── text.py
├── time.py
└── window.py

0 directories, 11 files

Contents

Clone this wiki locally