Skip to content
View ufuayk's full-sized avatar
focusing..
focusing..

Organizations

@Hey-Markdown

Block or report ufuayk

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
ufuayk/README.md

Hi, I'm Ufuk.

🛠️ > I’m currently working on some little Python & JavaScript projects.
🧠 > I’m currently learning JavaScript, Rust, Python and its libraries.
🔭 > I'm interested in Photoshop, Arduino, GNU/Linux and Linux Shell.

✍️ > Don't forget to check out my Turkish technology/programming blog.

Languages, Frameworks and Tools

My Skills

Visitor Count

Visitor

Pinned Loading

  1. Hey-Markdown/editor Hey-Markdown/editor Public

    A powerful Markdown editor for modern creators.

    HTML 2

  2. DistroHub DistroHub Public

    A handy website that allows you to download all Linux distributions in one place with one click.

    HTML 1

  3. My-Dream-Factory My-Dream-Factory Public

    Welcome to My Dream Factory, a simulation game where you manage a manufacturing business and optimize operations.

    JavaScript 1

  4. Lightweight-Crosshair Lightweight-Crosshair Public

    A lightweight and hackable on-screen crosshair software.

    Python 2

  5. A Strong Password Generation Tool A Strong Password Generation Tool
    1
    import string, random
    2
    
                  
    3
    print("Password Generator")
    4
    passwd_length = int(input("Length: "))
    5
    print(" ")
  6. Tool to Get Video Title from Video Link Tool to Get Video Title from Video Link
    1
    from pytube import YouTube
    2
    import time
    3
    
                  
    4
    def get_video_title(youtube_url):
    5
        try: