2 Python Beginner Projects Tutorial in 15 minutes - Digital clock & Analog clock

Описание к видео 2 Python Beginner Projects Tutorial in 15 minutes - Digital clock & Analog clock

In this beginner python project tutorial we will be creating 2 complete Python projects using Python's GUI - Tkinter module!
While working through this beginner python project you can learn the basics and fundamentals of python and be able to apply those skills in your future python projects. If you're completely new to programming itself, please go through my Python learning playlist which is a complete list of short videos on learning Python from scratch:

   • Learning Python in 30 days - Short vi...  

If you're interested in this information in a course format, please let me know in the comments. I'm planning to release a complete Python course that will enable you to quickly get started with Python projects.

This python tutorial is designed to get you up and running in python as fast as possible.

Beginner Python Project
Python Project Tutorial
Python Tutorial
Python Beginner Projects
Beginner Python Tutorial
Analog clock python project tutorial
Digital clock python project tutorial

This beginner python tutorial is divided into 2 sections:
Digital clock using Tkinter GUI module in Python:
In this section, we create a Tkinter GUI window and add a label text which represents the time. Using the time module of Python, we get the current time and update the Python label.

Analog clock using Tkinter GUI module in Python
In this section, we create a Tkinter GUI window and add an analog clock's image background. Then we will use Tkinter Canvas class to draw the image and lines in front of the image which will represent the seconds hand, minutes hand and hours hand of our analog python clock. Using the time module of Python, we get the current time and update the Python label. We'll update the position of the clock hands using the mathematical formula that is visually described in the video.

Code for both analog python clock(including the clock dial image) and the digital python clock can be found in my GitHub repo here:

https://github.com/r4mdas/fncoder/tre...

Python project
Python beginner project
Python clock project
Python analog clock project
Python digital clock project

Animation library that I'm using is 3blue1brown's manim library.
https://github.com/3b1b/manim

It's a really cool library, so do check it out and also make sure to checkout 3blue1brown's YouTube channel as well where you can see the coolest implementations of the manim library:

   / @3blue1brown  

Music used
Quiet Place by Jonny Easton
Link:    • Quiet Place - Soft Piano Music - Roya...  
Check out his channel
Link:    / jonnyeaston  

Комментарии

Информация по комментариям в разработке