WIFI PASSWORD EJECTOR
Description
- a simple python script that tells you the password of the wifi you're connected with
Requirements
- just need to install python in your system.
Author October 05, 2021 Projects, Python No comments
Requirements
Author October 04, 2021 Projects, Python No comments
This script prints your age in three different ways :
You only need Python to run this script. You can visit here to download Python.
Author October 04, 2021 Projects, Python No comments
Author October 04, 2021 Projects, Python No comments
import tkinter as tk | |
from time import strftime | |
def light_theme(): | |
frame = tk.Frame(root, bg="white") | |
frame.place(relx=0.1, rely=0.1, relwidth=0.8, relheight=0.8) | |
lbl_1 = tk.Label(frame, font=('calibri', 40, 'bold'), | |
background='White', foreground='black') | |
lbl_1.pack(anchor="s") | |
def time(): | |
string = strftime('%I:%M:%S %p') | |
lbl_1.config(text=string) | |
lbl_1.after(1000, time) | |
time() | |
def dark_theme(): | |
frame = tk.Frame(root, bg="#22478a") | |
frame.place(relx=0.1, rely=0.1, relwidth=0.8, relheight=0.8) | |
lbl_2 = tk.Label(frame, font=('calibri', 40, 'bold'), | |
background='#22478a', foreground='black') | |
lbl_2.pack(anchor="s") | |
def time(): | |
string = strftime('%I:%M:%S %p') | |
lbl_2.config(text=string) | |
lbl_2.after(1000, time) | |
time() | |
root = tk.Tk() | |
root.title("Digital-Clock") | |
canvas = tk.Canvas(root, height=140, width=400) | |
canvas.pack() | |
frame = tk.Frame(root, bg='#22478a') | |
frame.place(relx=0.1, rely=0.1, relwidth=0.8, relheight=0.8) | |
lbl = tk.Label(frame, font=('calibri', 40, 'bold'), | |
background='#22478a', foreground='black') | |
lbl.pack(anchor="s") | |
def time(): | |
string = strftime('%I:%M:%S %p') | |
lbl.config(text=string) | |
lbl.after(1000, time) | |
time() | |
menubar = tk.Menu(root) | |
theme_menu = tk.Menu(menubar, tearoff=0) | |
theme_menu.add_command(label="Light", command=light_theme) | |
theme_menu.add_command(label="Dark", command=dark_theme) | |
menubar.add_cascade(label="Theme", menu=theme_menu) | |
root.config(menu=menubar) | |
root.mainloop() |
Author October 04, 2021 Projects, Python No comments
Author October 04, 2021 Python No comments
py{ `"8CobawiqNZh{5"8atbwMuop{ ljYFPggxy
Author October 04, 2021 Python No comments
Author October 04, 2021 Python No comments
Free Books Python Programming for Beginnershttps://t.co/uzyTwE2B9O
— Python Coding (@clcoding) September 11, 2023
Top 10 Python Data Science book
— Python Coding (@clcoding) July 9, 2023
🧵:
Top 4 free Mathematics course for Data Science ! pic.twitter.com/s5qYPLm2lY
— Python Coding (@clcoding) April 26, 2024
Web Development using Python
— Python Coding (@clcoding) December 2, 2023
🧵: