Ads block
Showing posts with label python projects for beginners. Show all posts
Showing posts with label python projects for beginners. Show all posts
Python Drunken Man Game
Video Link:- Source Code:- import random size = 60 x = input ( "Enter a letter to begin :- " ) position = size / 2 while ( True ): prin…
Read more »
Password Generator In Python
Video :- Code :- import string import random from cryptography.fernet import Fernet def gen_random_pw (): global final_pw characters = list (st…
Read more »
Casino Game in Python
Making the Main Screen (PART 1) Video Link :- from tkinter import * import pygame import time import random root = Tk () root . title ( "scientif…
Read more »
SEARCH
LATEST
3-latest-65px
Search This Blog
Blog Archive
- January 2023 (1)
- December 2022 (4)
- September 2022 (2)
- July 2022 (1)
- May 2022 (3)
- April 2022 (2)
- March 2022 (2)
- February 2022 (3)
- January 2022 (3)
- December 2021 (5)
Powered by Blogger.
