Skip to content

Instantly share code, notes, and snippets.

View debakarr's full-sized avatar
😅
I may be slow to respond.

Debakar Roy debakarr

😅
I may be slow to respond.
View GitHub Profile
@debakarr
debakarr / winrt_python.md
Last active November 25, 2022 06:46
WinRT in Python using winsdk

Password Save/Retrive from Windows Vault

API Documentation:

# password_vault.py
from winsdk.windows.security.credentials import PasswordCredential, PasswordVault
@debakarr
debakarr / KodeKloud_Scrapper.md
Last active March 4, 2024 22:20
Simple Python Script to download KodeKloud Resources

Disclaimer

Please use this only to keep your local copy. Please don't distribute the courses illegally. You will be responsible for the legal consequences.


Steps to follow

  • Sign in to kodekloud.com
  • Right Click -> Inspect -> Go to Network Tab -> Reload -> Select the first resource and copy the cookie:
  • Install Python and then some depencencies (use virtual environment if possible):
@debakarr
debakarr / kodekloud_course_decks.md
Last active May 12, 2024 07:56
Course decks for KodeKloud