A youtube downloader. Made of flask and yt-dlp

Getting started View screenshot Installation $ git clone https://github.com/abhint/youtube-downloader.git Change directory $ cd youtube-downloader Virtual Environment Optional $ pip install virtualenv$ virtualenv venv$ source venv/bin/activate Install dependencies $ pip install -r requirements.txt Run the Bot $ python main.py Heroku Deploy Built With Python Flask – The Python micro framework for building web applications. yt-dlp – A youtube-dl fork with additional features and fixes Contributing Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull […]

Read more

Linux Security and Monitoring Scripts

These are a collection of security and monitoring scripts you can use to monitor your Linux installation for security-related events or for an investigation. Each script works on its own and is independent from other scripts. The scripts can be set up to either print out their results, send them to you via mail, or using [AlertR] as notification channel. Repository Structure The scripts are located in the directory scripts/. Each script contains a short summary in the header of […]

Read more

.bvh to .mcfunction file converter

.bvh file to .mcfunction converter Example video of it in action: https://www.youtube.com/watch?v=L2yVFUgoeBY This program lets you import armature animations into Minecraft by converting .bvh files into .mcfunction. Using programs like blender, you can export animations to .bvh which can be converted by this program into .mcfunction. See example.py for an example. There is a lot to write so it is recommended that you make a separate file to run the program. Python: Create a folder named ‘data’ in the same […]

Read more

A python bot to automate BombCrypto game

This is a python bot to automate BombCrypto game. Logs in to the game, reconnects when needed, closes error warnings, sends heroes to work or home automatically, has Telegram integration and lets you know by message or call if the farm stop. It is fully open source and free, compatible with Windows and Ubuntu. Telegram: https://t.me/+WXjrE1Kdb1U1Mzg0 🎁 Donation: BUSD/BCOIN (BEP20): 0x8c38512beca8b0b06bf4e85f67ee64a7dcdaa11a – 27/Dec/21 (15%) (30%) (50%) (70%) (85%) (100%) [————–|————|————-|————|———-|———] ($500) | $45    

Read more

Open source Brawl Stars server emulator for version 29 of the game

Open source Brawl Stars server emulator for version 29 of the game! (Remake) What’s working ? Battles Trophies in offline battles Power Play with Power Play points ChampionShip Home Brawlers from boxex All skins unlocked Gadgets and Star Powers Notifications Shop Special offers Boxes Gold and other resources PinPack Skins Club Join Leave Chat Update settings Bot commands …and much more! Prerequisites Run Server On Windows: Download Python 3.7 or newer version from official page. Download the server and extract […]

Read more

Attention for PyTorch with Linear Memory Footprint

Unofficially implements https://arxiv.org/abs/2112.05682 to get Linear Memory Cost on Attention (+ some sidekick speedup on the GPU when compared to reference implementation in JAX) Usage: git clone https://github.com/CHARM-Tx/linear_mem_attention-pytorch cd linear_mem_attention_pytorch python setup.py install Usage: High Level from linear_mem_attention_torch.

Read more

GUI for visualization and interactive editing of SMPL-family body models ie. SMPL, SMPL-X, MANO, FLAME

Introduction This is a simple Open3D-based GUI for SMPL-family body models. This GUI lets youplay with the shape, expression, and pose parameters of SMPL, SMPL-X, MANO, FLAMEbody models. Features include: Interactive editing of shape, expression, pose parameters 01_model_editing.mp4 Visualize body model joints and joint names 02_visualize_joints.mp4 Simple IK solver to match an input pose 03_simple_ik.mp4 Save edited model parameters 04_save_params.mp4 05_viewing.mp4

Read more

A low dependency and really simple to start project template for Python Projects

A low dependency and really simple to start project template for Python Projects. HOW TO USE THIS TEMPLATE DO NOT FORK this is meant to be used from Use this template feature. Click on Use this template Give a name to your project(e.g. my_awesome_project recommendation is to use all lowercase and underscores separation for repo names.) Wait until the first run of CI finishes(Github Actions will process the template and commit to your new repo) If you want codecov Reports […]

Read more
1 287 288 289 290 291 915