Tkinter GUI guide

1.Create the window ⛶from tkinter import * b = Tk() b.title("tkinter project") b.geometry("400x300") b.minsize(400,400) b.mainloop() 2.Label(Display text) ⛶from tkinter import *...
0 Read More

Review my Project on GitHub

Hi all, the project's name is bit2coin(bt2c). It has the functionalities of bitcoin but it runs on a Proof-of-Stake mechanism, making it more cost effective and eco-friendly than bitcoin. My node has ...
0 Read More

Beginners on this platform

Hey guys, I hope you're doing well! 😊I'm a full-stack developer, but in my professional experience, I haven't had the opportunity to work with DevOps-related technologies. I really want to learn mo...
0 Read More