Skip to content

Wangbw Doc Site

Wangbw Doc Site

  • Home
  • About
  • My Account
  • Registration
    • Home
    • 2023
    • November
Code

How to create a sound with gradient HZ | with source code

Admin Nov 7, 2023 0 Comments

import os import time import math import numpy as np from scipy.io.wavfile import write def generate_sound(duration: float, frequency_start: float, frequency_end: float, sample_rate: int = 44100, amplitude: float = 0.3, output_file:…

Manim youtube

How to make a String Art #1 | tutorial | with source code

Admin Nov 3, 2023 0 Comments

https://youtu.be/ii8b6CcdktM from manim import * import numpy as np from os import system import os from colour import Color import math import random config.media_dir = "E:\PythonMedia\media" config.frame_width = 16 #…

youtube

Polyrhythm (EP03) 2,3 and 4 play against odd (5,7,9,11,13,15)

Admin Nov 3, 2023 0 Comments

https://youtu.be/ziMYjeEsy8A from manim import * from os import system import random import os config.frame_width = 16 config.frame_height = 9 config.frame_size = (1920,1080)#(1080,1920)#(3840,2160)#(2560,1440)#(1920,1080)# config.frame_rate = 30 config.background_color = BLACK class B_Polyrhythm_234AgainAll(Scene):…

Recent Posts

  • How blender plot a functional curve | with source code
  • How Manim generate a MP3 file from on a few specific wav file based on animation.
  • How to create a polyrhythm video by ONLY a few line code
  • How python move & rename the files | with source code
  • How to simulate a ball bounce insides a ellipse| with source

Recent Comments

No comments to show.

Archives

  • June 2024
  • May 2024
  • April 2024
  • January 2024
  • December 2023
  • November 2023

Categories

  • Blender
  • Code
  • Manim
  • python
  • youtube

You Missed

Blender Code

How blender plot a functional curve | with source code

Code

How Manim generate a MP3 file from on a few specific wav file based on animation.

Code Manim

How to create a polyrhythm video by ONLY a few line code

Code

How python move & rename the files | with source code

Wangbw Doc Site

Copyright © All rights reserved | Blogus by Themeansar.