A browser login credentials thief for windows and Linux

A browser login credentials thief for windows and Linux Python script to decrypt login credentials from browsers in windows or linux Decryption of passwords from chromium browsers are only supported in windows systems now…=> Thief won’t look for credentials stored in chromium browsers in linux systems Usage $ create a new telegram bot and a new group $ add the bot to the group $ update the bot token and group id in the file “thief.py” $ run python3 thief.py […]

Read more

A project for Perotti’s MGIS350 for incorporating Flask

This is our project for Perotti’s MGIS350 for incorporating Flask… RIT Dev Biz Apps Web ProjectA web-based Inventory system for company of your choice! due Nov 5th! You and your team will identify a corporation to work for, then build a web-based inventory system. Minimum specifications: You will have to set up the technology (flask, python, packages) ahead of time for it to work! Create a web application using the Flask web framework to:a. Display a list of all inventory […]

Read more

A simple Python bot to identify sentiments in tweets

👋 Hi There! 📱 This is a simple Python bot to identify sentiments in tweets 👨‍💻 This project was made for study, and pratice. You can use it for study too or for any other reason 🙂 📎 Don’t forget to change the “key.txt” file for your personal twitter api key 👦 Thanky You! God Bleese you. GitHub View Github    

Read more

K-Nearest Neighbors and Random Forrest Regressors on Real World data

My project contrasts K-Nearest Neighbors and Random Forrest Regressors on Real World data In many areas, rental bikes have been launched to improve accessibility ease. It is important to have the rented bike ready and open to the public at the appropriate time, as this reduces the amount of time people have to wait. Eventually, ensuring a steady supply of rented bikes for the area becomes a big concern. The most important aspect is predicting the number of rental bikes […]

Read more

A Discord bot that rewards players in Minecraft for sending messages on Discord

A Discord bot that rewards players in Minecraft for sending messages on Discord How to setup: Download this git as a .zip, or clone it. Install the pip packages in requirements.txt with pip install -r requirements.txt or pip3 depening on how your system is setup. Go to config.json and fill out the needed info. Don’t change levels.json or accountdata.json from the default ones on GitHub on first use, the bot will manage those files for you. After you have some […]

Read more

A raw connection between redis server and django python app

This repository contains the code for this . Running the Application Clone the repository git clone https://github.com/xxl4tomxu98/django-redis-connection.git Check into the cloned repository If you are using Pipenv, setup the virtual environment and start it as follows: python3 -m venv venv source venv/bin/activate pip install –upgrade pip pip install wheel pip install -r requirements.txt python django_redis_demo/manage.py runserver Send requests to http://localhost:8000/api/items GitHub View Github    

Read more

Convenient tool for speeding up the intern/officer review process

Convenient tool for speeding up the intern/officer applicant review process. Eliminates the pain from reading application responses off Google Sheets. Generates a markdown file for each applicant, containing all their individual responses. Personal identifiers such as name and email address are stripped away. Required Files responses.csv: csv containing applicant responses from the Google Form. Run pip3 install -r requirements.txt python3 gen.py Output candidates: directory containing markdown versions of the applicant responses (ordered by a random permutation). candidate_info.csv: csv file containing […]

Read more

Python package to easily work with selenium and manage tabs effectively

Simple Selenium The aim of this package is to quickly get started with working with selenium for simple browser automation tasks. Installation Install from PyPI pip install simpleselenium Features Some basic feature is being listed below. easy management of different tabs switching to a tab is super easy know if a tab is active or alive closing a tab is easy as browser.close_tab(tab_object) Several (built-in) functions tab.infinite_scroll() tab.scroll() tab.scroll_to_bottom() tab.click(element_on_page) tab.switch() to focus on tab i.e. make it the active […]

Read more

A python program to cut longer MP3 files into the individual tracks

I’m writing a python script to cut longer MP3 files (i.e. recordings of several songs) into the individual tracks called ReCut. So far there are two versions of the program: First, there is a compiled .exe program which should run on most devices.One tiny problem: The .exe is too big to upload it here. I’ll see if I can fix this, but until then, I’ve uploaded it on Google Drive: There also is a python script version (.py) which you […]

Read more
1 3 4 5 6 7 50