What libraries do i need to build tilemap editor in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What libraries do i need to build tilemap editor in Python

i want to build my own tilemap editor in python exactly like Tiled. I have looked online but couldn't see one built in Python. So i want to build one. what gui should i learn to do this, currently am confident with my tkinter and Kivy skills.

21st Nov 2021, 12:43 PM
John Delvin
John Delvin - avatar
2 Answers
+ 1
Yeah someone already did it. https://pytmxlib.readthedocs.io/en/v0.2.1/ and if you can't stand typing in the commands to make your own gui: https://www.mapeditor.org/
21st Nov 2021, 1:54 PM
Slick
Slick - avatar
+ 1
Slick thanks alot
21st Nov 2021, 11:09 PM
John Delvin
John Delvin - avatar