Christmas
Author:
Tuesday, December 15, 2020 - 13:47
Art Type:
License(s):
Collections:
Just a Christmas wallpaper or background. I made the graphics using python. Feel free to use it. You can credit me or don't, it's up to you. If you want to learn how to use python, PM me. Please tell me how I can make it better.
File(s):
christmas.png 26.7 Kb [27 download(s)]
christmas_update.png 47 Kb [25 download(s)]
Comments
Looks nice. You might consider adding a decorated tree (simple orbs should do the trick, but you can add even ribbons) and a couple wrapped gifts.
Got it, thanks.
You can see the animated version at http://www.codeskulptor.org/#user47_zG7cJG8k8f_3.py
The website codeskulptor refuses to show me the page you linked. It says it doesn't exist.
It looks like a (hopefully) temporary problem on the website, i'll try again.
I can give you a downloaded version of the code if you'd like.
The link works for me.
Here is the updated link http://www.codeskulptor.org/#user47_zG7cJG8k8f_4.py
It was a problem with Brave, in Firefox it works fine.
It looks simple but captivating.
I'm not familiar with Python, but there should be a way to make the snow fall endlessly.
My python is a little rusty. Their is a way to make it fall endlessly.
Here it is. This is a link to the continuous snow falling.
http://www.codeskulptor.org/#user47_zG7cJG8k8f_5.py
Codeskulptor uses javascript to convert python code into javascript so some functions in codeskulptor are not available in actual python. Codeskulptor is a great way to start if you want to learn python. Here are some links from codeskulptor if you want to learn the basics of python. It is free to use of course. http://www.codeskulptor.org/#demos-pystep.py, and http://www.codeskulptor.org/iipp-practice-experimental/
And codecademy is a great source to learn any of the computer languages. I am currently learning c++ from codecademy and so far, I am impressed.