Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Márton Gellén

@Pelikan760
Repls
Community
Pelikan760
Pelikan760
shared a Post
3 years ago
Currency converter App
A little USD to EURO converter app made by me, with PyQt5. Any idea how to make it better? Maybe to fetch real life data from an API?
Currency converter
Python
Pelikan760
Pelikan760
shared a Post
3 years ago
A fun little project done in 5 mins. I hope you enjoy this as much as I did doing it!
Multiplication/ExponentiationApp
Python
Pelikan760
Pelikan760
shared a Post
3 years ago
Works fine with Visual Studio, but not with repl.it. Any idea how to resolve this issue?
PongGame
Python (with Turtle)
Muffinlavania
Muffinlavania
Ive had the same problem, that many turtle commands do not work in repl. I think that repl does not have EVERY turtle command like .title() and .shapesize(). Ive tried making pong like this in repl and it didn't work, so i wouldn't use it in repl..3 years ago
Zeune
Zeune
So, repl.it uses an open source technology called Skulpt to run Python code in a browser. http://skulpt.org/ It seems repl.it communicates with Skupt through an API. I found the Turtle API documentation here: http://www.pythononline.ch/pyonline/progs/doc/skulptturtle.pdf If you look through the API documentation you will see that the turtle.shape method is included, but some of the other sizing methods like turtle.resizemode & turtle.shapesize are not included in the documentation. This is w3 years ago
DynamicSquid
DynamicSquid
Visual Studio helps out a bit if there's a minor problem. Instead of wn.title(), I think turtle.title() should work3 years ago
Pelikan760
Pelikan760
shared a Post
3 years ago
One of my first codes in python. I wanted to learn coding for a long time, so I guess this summer I'll have time.
Collatz conjecture
Python
VulcanWM
VulcanWM
Nice! If you want me to teach you some more Python, I could.3 years ago
Pelikan760
Pelikan760
https://en.wikipedia.org/wiki/Collatz_conjecture If you wish to learn more.3 years ago