• Post category:StudyBullet-3
  • Reading time:4 mins read


Take it as a basic step for stepping forward.

What you will learn

Mini Projects are given and explained with programming.

A random password generator is explained by various ways

A Graphical User Interface based Interconverter is explained by using Tkinter

Interconverter take a number as a input and displays binary, decimal, hexadecimal values of the given number is displayed

Description

In this course some of the basic projects were explained and how to do it in Python. We made this course especially for beginners. But if are new to it then take a course . Here we explained Random Password Generator in Python , Rock Paper Scissors game in Python , Interconverter – number to it’s equivalent binary , decimal , octal and hexa decimal valuesΒ  and finally Digital clock in Python.

Random Password Generator made using Python – random module

This project is used to generate a password according to the size of password given.

Rock Paper Scissors made in Python – using random module

This project is play Rock Paper Scissors game in a system with this code with a computer.

Interconverter – Tkinter for GUI


Get Instant Notification of New Courses on our Telegram channel.


This project is used to get the binary number , decimal number , octal number , hexa decimal number equivalent to a given number.

Digital Clock – Tkinter for GUI

This project is used to display the digtal clock along with AM or PM.

These are the mini projects made through Python Programming Language . I hope this course make the students understand how to make a simple projects and how can they be expanded. We believe that this is very beginning step for them.

We made this course by giving our best and hope you are all enjoy it.

English
language

Content

Introduction
Take this course
Random Password Generator
Random Password Generator Explaination in various ways
Rock Paper Scissors
Rock Paper Scissors game in Python
Inter Converter in GUI
Inter Converter in GUI full Explaination using Tkinter
Digital Clock in Python
Digital Clock in Python using Tkinter and time modules