Python Full Tutorial - Analog clock | Digital clock #shorts

preview_player
Показать описание

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:

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:

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.

#python #shorts #pythonbeginners #pythontutorial
Рекомендации по теме
Комментарии
Автор

Please checkout the full tutorial in our channel. :)

fncoder