Skip to content
View yagop27's full-sized avatar

Block or report yagop27

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

Popular repositories Loading

  1. Folder-Synchronization-Project Folder-Synchronization-Project Public

    This Python script keeps two folders in sync: source and replica. It ensures that the replica is a copy of the source. It synchronizes them periodically, while logging every operation to a file and…

    Python 1

  2. Space-Missions-Analysis Space-Missions-Analysis Public

    This project analyzes space mission data to uncover trends and insights related to global space exploration efforts. The analysis includes launch frequencies, organization-wise performance, and tem…

    Jupyter Notebook 1

  3. Morse-Code Morse-Code Public

    This project is a Python program that converts text into Morse code. It uses a dictionary to match letters, numbers, and some punctuation to their Morse code symbols. If the user enters any invalid…

    Python

  4. TextBase-TicTacToe TextBase-TicTacToe Public

    This is a simple text-based Tic-Tac-Toe game for two players. Players take turns to place X or O on a 3x3 grid by entering the row and column numbers. After each move, the game checks if there’s a …

    Python

  5. Typing-Speed-Test Typing-Speed-Test Public

    This is a simple Typing Speed Test app built with Python’s Tkinter library. It gives you random words to type, tracks your speed, and calculates how many characters and words you type per minute (C…

    Python

  6. WaterMark-App WaterMark-App Public

    This is a simple Python app that lets you add a custom watermark to an image. You can choose an image, type in the text you want as a watermark, and drag the text to the position you like. Once you…

    Python