How to convert a python file into a .NDS file in android? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to convert a python file into a .NDS file in android?

I've been thinking about making a game for the NDS using python, I do not know how to render graphics, but I know how to make a textonly(no graphics, only text, just like terminal) game..... I still don't know how to convert the python code into .nds

10th Jun 2022, 8:59 AM
xxX Wolf Xxx
7 Answers
+ 3
There are some confusing concepts. Converting files does not transform a text mode program in a graphic one. You have to learn and use the graphical libraries of whatever language you pick. Python has graphical libraries, so the need for graphics don't forbid Python. Also, if I understand it correctly, your issue is the language, not the file format. You might use a converter, but I wouldn't rely on that. If you want your code in a different language, I recomend writing in that language. Unless, of course, for what you already wrote - but be sure to review and polish after conversion. All that said, did you search in Play Store and Google? I bet you'll get it done faster and better.
10th Jun 2022, 11:57 AM
Emerson Prado
Emerson Prado - avatar
+ 2
First off, not a boy. Second off, you can put this into a Google Search inquiry instead of waiting for other to do the Google Search for you. Behind every great programmer is a search engine, so don't forget to put it to good use.
10th Jun 2022, 9:52 AM
Justice
Justice - avatar
+ 1
Can clarify what you mean by in Android? Android isn't a language. What does Android have to do with the Nintendo DS operating system?
10th Jun 2022, 9:40 AM
Justice
Justice - avatar
0
Ok then, trying it out, also sorry for calling you a boy
10th Jun 2022, 9:53 AM
xxX Wolf Xxx
0
I accept your apology and I hope you find what you're looking for! 😄
10th Jun 2022, 9:54 AM
Justice
Justice - avatar
0
I did search, turns out devkitpro was what I needed all along
10th Jun 2022, 12:15 PM
xxX Wolf Xxx
- 1
Boi I am asking you for a .py to .NDS file converter that is available in android operating system
10th Jun 2022, 9:50 AM
xxX Wolf Xxx