Skip to content
View guloff's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report guloff

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. YTvideo YTvideo Public

    This Python script uses the `yt-dlp` library to list available video formats from a YouTube URL and allows users to download the video in two selected formats. It displays details such as resolutio…

    Python

  2. desease_simulation desease_simulation Public

    This Python simulation models the spread of a disease in a population, considering factors like infection rate, mortality, reinfection, vaccination, and isolation. It visualizes the population's he…

    Python

  3. images_divider images_divider Public

    This Python script uses the PIL library (from the Pillow package) to divide images into four equal parts (top-left, top-right, bottom-left, and bottom-right) and save each part as a new image. It p…

    Python

  4. blender-orbit-animation blender-orbit-animation Public

    Python script for animating planets orbiting around a central object (Sun) in Blender using circular orbits with customizable parameters for speed and position.

    Python

  5. simulations simulations Public

    This program is designed to simulate interactions between various types of objects within a 2D environment. The simulation is developed using Python and the PyGame library, and it is organized into…

    Python

  6. gameoflife gameoflife Public

    This Python Pygame script simulates Conway's Game of Life, allowing users to toggle cells with mouse clicks, pause with the spacebar, and quit with 'Q'. The simulation updates based on Conway's rules.

    Python