Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View lkashti's full-sized avatar

Organizations

@NL-Projects

Block or report lkashti

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. BstLabs/py-vm-instance-aws BstLabs/py-vm-instance-aws Public

    Python 1

  2. file-explorer file-explorer Public

    A tkinter based file explorer

    Python 1

  3. python-grep-tool python-grep-tool Public

    Python script that partly mimics Bash's grep scripts with multiple file and output format capabilities.

    Python

  4. Print directory tree recursively usi... Print directory tree recursively using os.listdir()
    1
    import os
    2
    
                  
    3
    
                  
    4
    def recurse(path: str, seperator_count: int) -> None:
    5
        if os.path.isfile(path):