Gint++ is a python module to help you make games or other programs easily.
Go to file
Tuper 73840a0e79 added dlocate() example 2024-04-20 18:59:44 +01:00
.pnotes added dlocate() example 2024-04-20 18:59:44 +01:00
examples added dlocate() example 2024-04-20 18:59:44 +01:00
GINTPP.py added dlocate + updated README and TODO list 2024-04-16 21:52:34 +01:00
README.md added dlocate + updated README and TODO list 2024-04-16 21:52:34 +01:00

README.md

#What's gint++?

Gint++ is a module that uses gint by Lephe'. It can help you for your add-ins or for your python programs (using Python Extra).

#How to use it?

It's fairly simple! just add these lines in the begenning of your code: [code]from gintpp import * //for python #include <gintpp.c> // for C/C++[/code] and you're all good to go!

#What's next?

you can look my next plans in the .pnotes folder and look in the TODO.md file.