A simple CLI application helps you to find giant files that are eating up your system storage
Sometimes it’s very hard to find if some giant files are eating up your system storage. We might need to hunt those down. This simple CLI application helps you to find those giant files efficiently with filtering capabilities. Now run the following command to your desired path.
Read morePyCASCLib: CASC interface for Warcraft III
CASC interface for Warcraft III. This repo provides bindings for JCASC: https://github.com/DrSuperGood/JCASC Jdk is required for installation. You can either download it manually and set jdk_path or let the installer do it automatically.for windows: python setup.py install –new –version=16 python setup.py install –jdkpath “path_to_your_jdk” for unix: python3 setup.py install –new –version=16 python3 setup.py install –jdkpath “path_to_your_jdk” main functions are: read_temp, open_image, open_file, read_text
Read moreCMUA-Watermark: A Cross-Model Universal Adversarial Watermark for Combating Deepfakes (AAAI2022)
The official code for CMUA-Watermark: A Cross-Model Universal Adversarial Watermark for Combating Deepfakes (AAAI2022) arxiv. It is based on disrupting-deepfakes. Contact us with [email protected], [email protected]. We will release our code soon (no later than December 31, 2021). Introduction CMUA-Watermark is a cross-model universal adversarial watermark that can combat multiple deepfake models while protecting a myriad of facial images. With the proposed perturbation fusion strategies and automatic step size tuning, CMUA-Watermark achieves excellent protection capabilities for facial images against four face […]
Read moreEva Maria Bot With Python
Features Auto Filter Manual Filter IMDB Admin Commands Broadcast Index IMDB search Inline Search Random pics ids and User info Stats, Users, Chats, Ban, Unban, Leave, Disable, Channel Spelling Check Feature Variables Read this before you start messing up with your edits.
Read moreRuntime profiler for Streamlit, powered by pyinstrument
Runtime profiler for Streamlit, powered by pyinstrument. streamlit-profiler is a Streamlit component thathelps you find out which parts of your app are slow. It profiles the code viapyinstrument and shows the results rightwithin your Streamlit app. Alpha version, use with care. ⏱️ Live demo ⏱️ Installation pip install streamlit-profiler Usage
Read moreThis repo contains everything you’ll ever need to learn/revise python basics
Simplified notes to get your Python basics rightJust compare code and output side by side and feel the rush of enlightenment Key features- Precice – Everything is explained in comments or print statement itself. To the point. Only one project – Only 1 project has been made,but it has been improvised 4 times. Everytime we learn something new, it gets implemented in the same project making it better and better Basic – All the Python basics are covered in these […]
Read moreA bot that can play songs in Telegram group voice chats like AK 47
🎧 47Music Player 🎧 A bot that can play songs in Telegram group voice chats like AK 47 Easy To Deploy Pyrogram Session Config Vars API_ID : Assistant account Telegram API_ID, get it from my.telegram.org API_HASH : Assistant account Telegram API_HASH, get it from my.telegram.org BOT_TOKEN : Your Telegram bot token, get it from @Botfather. SESSION_NAME : Pyrogram session string of assistant account. OWNER_ID : Your Telegram ID. License
Read more