1. ホーム
  2. python

花火、桜、薔薇を美しく実装するPython

2022-02-17 17:52:44

どうやらpythonが花火を描く、桜を描く、花火+桜、漂う雪、バラpython描画コードのコレクションに飽きた、あなたは何をああ練習に来ることができます。公開番号[sowhat1412]リソースの数が多いとあなたが取るに来るので

8音、戦車戦、ヘビ、FlappyBirdなどのPython実装も参照できます=> コード

I. pythonによるfireworksの実装

エフェクト

コードは以下の通りです。

import tkinter as tk
from PIL import Image, ImageTk
from time import time, sleep
from random import choice, uniform, randint
from math import sin, cos, radians

# Simulate gravity
GRAVITY = 0.05
# Color options (random or sequential)
colors = ['red', 'blue', 'yellow', 'white', 'green', 'orange', 'purple', 'seagreen', 'indigo', 'cornflowerblue']

'''
particles class

The particles are randomly generated in the air at random, turning into a