Skip to content
  • HOME
9810785684info_acme@yahoo.co.in
  • HOME
HTML, CSS, JavaScript

Coffee Machine Animation Using HTML & CSS

adminAugust 6, 2023August 8, 20239,624 Comments

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:...

Read More
3D graphics, Software

How To Add Cube In Blender Using Python Script

adminSeptember 1, 2022September 1, 20221,107 Comments

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...

Read More
Python Program, Software

Program To Search You Tube Video Using Python

adminAugust 22, 2022September 1, 2022478 Comments

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

Read More
Full Wave Rectifier
Working Models

Full Wave Rectifier Project – Working Model

adminJuly 10, 2022August 22, 20221,224 Comments

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...

Read More
Working Models

DC Motor Project – Working Model

adminJuly 9, 2022August 22, 2022555 Comments

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...

Read More

Recent Posts

  • Coffee Machine Animation Using HTML & CSS
  • How To Add Cube In Blender Using Python Script
  • Program To Search You Tube Video Using Python
  • Full Wave Rectifier Project – Working Model
  • DC Motor Project – Working Model

Recent Comments

  1. 파워맨 on Full Wave Rectifier Project – Working Model
  2. 네이버 아이디 구매 on Full Wave Rectifier Project – Working Model
  3. avtolombardekbVow on Full Wave Rectifier Project – Working Model
  4. LanihBlern on Coffee Machine Animation Using HTML & CSS
  5. avtolombardekbVow on Coffee Machine Animation Using HTML & CSS

© All right reserved 2016

WOW Blog by Acme Themes