Skip to content
View Koladweep's full-sized avatar

Organizations

@bsc-iitm

Block or report Koladweep

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

Hi there 👋

Pinned Loading

  1. PDFtoTXTdir PDFtoTXTdir Public

    Convert all PDFs in a directory to another text directory while maintaining directory structure.

    Python 1

  2. resetLAN resetLAN Public

    Drivers for some Intel legacy LAN cards struggle to start on wake in Windows. This is a script to reset the device drivers using pnputil..

    PowerShell

  3. Tic-Tac-Toe Tic-Tac-Toe Public

    The simplest possible implementation of Artificial intelligence in my humble opinion.

    HTML

  4. tic-tac-toe-flask tic-tac-toe-flask Public

    flask version of my tic tac toe app(https://github.com/Koladweep/Tic-Tac-Toe)

    HTML

  5. StrongPasswordGenerator StrongPasswordGenerator Public

    A simple Python script to generate specified number of password suggestions of specified length range[15 to 25 by default]. It uses python libraries like secret, zxcvbn and All alphabet, number and…

    Python