Usmanbek-Vladimir Ahtirskiy

Usmanbek-Vladimir Ahtirskiy @vova_dev

Joined:
Jun 19, 2025

Usmanbek-Vladimir Ahtirskiy
articles - 7 total

tkinter messagebox

from tkinter import * from tkinter import ttk from tkinter.messagebox import showerror, showwarning,...

Learn More 0 0Jun 27

class cat and class mouse

class Cat: def init(self, power, speed, vid, age, name): self.power = power ...

Learn More 0 4Jun 27

pac-man with python, pygame

from random import choice from turtle import * from freegames import floor, vector state =...

Learn More 0 0Jun 27

почему я бросил python и начал html

Раньше я занимался python и много о нём узнал. Я создавал к

Learn More 1 1Jun 20

первый pygame

i

Learn More 0 2Jun 20

[Boost]

A post by Usmanbek-Vladimir Ahtirskiy

Learn More 0 0Jun 20

tkinter

import tkinter as tk root = tk.Tk() root.title("tkinter") root.geometry("250x250") root.mainloop()

Learn More 0 1Jun 19