Skip to content
Sign UpLog In
Profile icon

jacob Ryon

@jrjamir
Repls
Community
jrjamir
jrjamir
shared a Post
3 years ago
How to add image
I am working on a game and want to add an image, can somebody please tell me how, and how to change it? its in python
PattanAhmed
PattanAhmed
@jrjamir Hi Jacob, It will be based on which type of game you are building. Like Pygame or Tkinter, If your game is based on these games I think you can try by PIL(Python-Imaging Library). But if you are making just a random text-game or something like that, then you and I don't have any feature for uploading an image in this type of games. *Hope this helps Please mark my answer if this helps*3 years ago
PearPie123
PearPie123
It depends on the type of game. Is it text-based? Are you using tkinter? Pygame? If it is text-based,I'm afraid there is no easy way.3 years ago
gibbsfreenergy
gibbsfreenergy
Sure I'd love to help you! Which language is this?3 years ago
jrjamir
jrjamir
shared a Post
3 years ago
A calculator that can do a bunch of fairly simple math equations that you out into it.
jrjamir
jrjamir
shared a Post
3 years ago
It is a calculator that can find averages, find simple variables, and do simple problems
jrjamir
jrjamir
shared a Post
3 years ago
I am a beginner and want to make my own coding language in python, just to change a few commands and simplify it a bit.
AstOwOlfo
AstOwOlfo
don’t base a lang on python, it won’t end well3 years ago
k9chelsea2
k9chelsea2
[this] (https://blog.usejournal.com/writing-your-own-programming-language-and-compiler-with-python-a468970ae6df) [this] (https://repl.it/talk/learn/Making-your-own-programming-language-with-Python/45767) and [this] (https://repl.it/talk/learn/How-to-make-a-Programming-Language-in-Python-from-Scratch-A-Basic-Language/48223) might help3 years ago
Coder100
Coder100
If all you are going to do is simplify it a bit, a transpiler would probably be better. For a coding lang, you get to start from scratch.3 years ago
jrjamir
jrjamir
shared a Post
3 years ago
A computer that responds to a few questions and statements. I should be updating it soon.
AverseABFun
AverseABFun
you can do while True: instead of true = True while true is True:2 years ago