This Code Displays Coffee Machine Animation Using HTML & CSS. <!DOCTYPE html> <head> <style> .container { width: 300px; height: 280px; position: absolute; top: calc(50% - 140px); left: calc(50% - 150px); } .coffee-header { width: 100%; height: 80px; position: absolute; top:...
How To Add Cube In Blender Using Python Script
By using python script we can automate actions with blenders existing tools to speed up workflow and add functionality that would be approximately impossible to do manually. Python Script to add a cube in blender using list of vertices: import...
Program To Search You Tube Video Using Python
For this program, install 'pywhatkit module' from command prompt as 'pip install pywhatkit'. Program: import pywhatkit as pwt pwt.playonyt('Title of video to be search') Program File youtube_search_python
Full Wave Rectifier Project – Working Model
A full wave rectifier is a device which is used to rectify all the alternating current components in an alternating supply and make it purely a direct current. The two alternating halves of an alternating current are rectified in a...
DC Motor Project – Working Model
An electric motor is a device that converts electrical energy into mechanical energy and it works on the principle of the magnetic effect of current and Fleming’s left-hand rule. Principle of Working When current is allowed to flow through the...
