Eva 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 more

This 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 more

A 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

The records of 42 million users from a third-party version of the popular Telegram messaging app have just been Iranian accounts leaked

The records of 42 million users from a third-party version of the popular Telegram messaging app have just been Iranian accounts leaked.If these figures don’t include duplicate accounts, this means around half of Iran’s citizens were affected by the hack, according to population estimates from 2017.so I decided to use these accounts for scraping and finding the data users simply with this algorithm.source: https://decrypt.co/24034/telegram-fork-leaks-data-of-42-million-users first, you should be adding the data file name in the first file handling input(telegramdatabasse.txt). I […]

Read more

Tiktok 2 Instagram With Python

About The Project What it does: Download the source video from a user inputted Tiktok URL. 📙 Add audio to the Tiktok video from a folder of your audio files. 🎵 Crop the video to fit the aspect ratio of an instagram post (square by default but you can change this!) 📐 Output the edited video to a folder of your choice. 📩 Who should use this? Of course anyone is free to download and use it, but this program […]

Read more

A graphical user interface calendar with python

A graphical user interface calendar with python In this project I used tkinter module If you dont have tkinter module you can install it by this … > Write this code in your terminal! Also I used calendar module , which is an built in module for python. With this program, you can know the date of the days of each year that you want. GitHub View Github    

Read more

Implement object segmentation on images using HOG algorithm proposed in CVPR 2005

Description HOG (Histograms of Oriented Gradients) Algorithm is an algorithm aiming to realize object segmentation (edge detection) on images before CNN models are widely used. Reference Navneet Dalal and Bill Triggs, Histograms of Oriented Gradients, CVPR 2005 Getting Started Clone this repository git clone https://github.com/LeoTheBestCoder/HOG_implementation.git Install related libraries pip install opencv-python pip install numpy pip install matplotlib Put your input image under same directory and modify line 10 in image.py (include filename extension) Run the script Demostration Input Image

Read more
1 313 314 315 316 317 927