Quiz game made entirely with python and pygame for school work

Pygame-Quiz Quiz game made entirely with python and pygame for school work. Quiz made entirely with pygame for schoolwork How to install If you already have python and pygame installed on your computer: Download the ‘images’ folder Download the ‘game.py’ file Run the ‘game.py’ file Note: the ‘game.py’ file and the ‘images’ folder must be together in the same location/folder on your computer If you don’t have python and pygame installed (beginners): Download the ‘alternative quiz’ folder Run game.exe game […]

Read more

A Python Scraper for Downloading Instagram Profile’s Posts,stories and ProfilePic

InstAstra A Python Instagram Scraper for Downloading Profile’s Posts, stories, ProfilePic and See the Details of Particular Instagram Profile. InstAstra is the an Instagram Scraper tool which lets you get Information about any Instagram Profile. This tool also let’s you Download the profile DP, all saved Stories, all posts of any instagram account. ⩥ Instaloader python module is used to make the project Work! Developed by : Jeevan-Gharate Module Used : Instaloader To Use the Tool simply Download the zip […]

Read more

Collects all accepted codes submitted within the given timeframe of any contest

Collects all accepted (partial and full scored) codes submitted within the given timeframe of any contest. And saves them locally with a file name . for plagiarism check. Demo: Installation: In Terminal: Run pip install selenium Run pip install pyperclip Downloads: Procedure: Type chrome://version in Chrome Search Bar according to your chrome version and Operating System Download ChromeDriver zip file Unzip (extract) the file to your preferred location Copy the path Changes: Copy the Path of chromedriver.exe (Example: C:UsersuserDownloads) add […]

Read more

Tool To generate Stable Undetected Payload

windowsPayload Tool To generate Stable Undetected Payload git clone https://github.com/youhacker55/PayGen/ cd PayGen python3 generate.py if you are On linux Install Py on Wine and Compile using pyinstaller (I recommend to Use Windows For Compiling) Features [x] Create Payload With MsfVenom Automated [x] Creates a handler.rc file [x] Undetectable [x] Stop Sec Services And Kill Av Process [x] AutoPortForwarding(Ngrok) [x] Obfuscate Payload Video ## GitHub https://github.com/youhacker55/PayGen    

Read more

Search wikipedia article on command line with python

Fetch Search wikipedia article on command line Fetch is use to get information about anything on the shell using Wikipedia. Why this? Fetch helps you to quickly look about anything and it is all possible with wikipidea webscrapping you can get full wikipedia article on the topic or you can also look at the introduction about the topic. Yes you can look about anything on your terminal no need of browser it makes your life easy. You can also search […]

Read more

Face recognition reverse image search on Instagram profile feed photos

Isearch (OSINT) isearch is an OSINT tool on Instagram. Offers a face recognition reverse image search on Instagram profile feed photos. Disclaimer: **FOR EDUCATIONAL PURPOSE ONLY! ** You might encounter (false positive / false negative) results. This because Face recognition uses hog as a model which is fast but low on accuracy, the other model can be ‘cnn’ which is high on accuracy but very slow (on CPU && fast on GPU) Installation Dlib installation: (full guide: https://www.pyimagesearch.com/2017/03/27/how-to-install-dlib/) # Install […]

Read more

Programmatically search for/download imagery from live cam feeds across the state of California

california-live-cams A collection of modules that I have created to programmatically search for/download imagery from all publicly available live cam feeds across the state of California. In no way am I affiliated with any of these organizations and these modules/methods of gathering imagery are completely unofficial. Initially, I wanted to create a fire-detection engine using Haar-Cascade classifiers but due to each image containing a logo, the project requires further problem-solving. I hope these modules help someone else in the meantime! […]

Read more

A tool that allows ready or user-added logs to be sent to the specified addresses

syslogsimulator Syslog Simulator is a tool that allows ready or user-added logs to be sent to the specified addresses and port with syslog in the selected loop. 🚀What is It is an open source tool that allows sending logs in readable format that you can edit according to your wishes, as well as various hardware and software logs, to the target machine. 🔨Using It is run with Python3 by entering the following configurations. python3 syslogsimulator.py -s 1.1.1.1 -s 2.2.2.2 -s […]

Read more

A reinforcement learning framework for DouDizhu

DouZero [ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning DouZero is a reinforcement learning framework for DouDizhu (斗地主), the most popular card game in China. It is a shedding-type game where the player’s objective is to empty one’s hand of all cards before other players. DouDizhu is a very challenging domain with competition, collaboration, imperfect information, large state space, and particularly a massive set of possible actions where the legal actions vary significantly from turn to turn. DouZero […]

Read more
1 13 14 15 16 17 42