Skip to content
View k40t1k-sys's full-sized avatar

Block or report k40t1k-sys

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

Hi there 👋

I am currently learning new technologies and topics which are displayed throughout this profile.

🌱 Currently learning back-end and mobile development.


@abnv's Holopin board


Pinned Loading

  1. Machine-Learning Machine-Learning Public

    Machine Learning Projects using Python

    Python 1

  2. Random-Password-Generator-with-simple-GUI Random-Password-Generator-with-simple-GUI Public

    This is a random password generator using python without using inbuilt libraries with a simple GUI made with the help of tkinter library available for puthon.

    Python 1 1

  3. diceware.py diceware.py
    1
    import random
    2
    
                  
    3
    def dicenumber():
    4
        diceout = ""
    5
        for i in range(5):