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

Web scrapper to quote articles

Este web scrapper esta desarrollado en python 3.10.0 para buscar en la pagina de cyber puerta articulos dentro del catalogo. El programa te pedira que ingreses los articulos a traves de la consola que te gustaria buscar dentro de la pagina, despues te pedira el filtro que viene por default en la pagina. Al recopilar los articulos se generara un archivo con extencion csv en el cual se podran ver por separado las opciones de los articulos que tienen dentro […]

Read more

An opensourced roblox group finder writen in python 100% free and virus-free

an opensourced roblox group finder writen in python 100% free and virus-free note : if you don’t want install python or just use with ez the group finder you have just to install the compiled (.exe) vertion thats not require python ! please keep credits and don’t try to sell it. my roblox profil : https://www.roblox.com/users/373723880/profile ——— install ——— INSTALL SOURCE CODE (.py) ——— credits ——— compiled using pyinstaller GitHub View Github    

Read more

Tool To Snipe Nitros And Participate In Raffles Automatically

Discord Nitro Sniper Y Auto Participar En Sorteos ⚠️Es Bastante Rapido Y Efectivo Hecho En Python Como Usar ( Python ) : python -m pip install httpx discord.py colorama Poner Tu Token De Discord En token.json python “Crips Nitro Sniper.py” Como Obtener Tu Token Aviso Y Informacion Esto puede hacer que su cuenta sea baneada si ejecuta varias instancias al mismo tiempo y / o reclama demasiados Nitros en un período de tiempo demasiado corto. Úselo bajo su propio   […]

Read more

Build a Backend REST API with Python & Django

Build a Backend REST API with Python & Django Skills Python Django djangorestframework Aws Git Use the below Git commands in the Windows Command Prompt or macOS Terminal. Configure default email and name git config –global user.email “[email protected]” git config –global user.name “Your Name” Initialise a new Git repository Commit changes to Git git add . git commit -am “Commit message” Set Git remote

Read more

A simple toolchain for moving Remarkable highlights to Readwise

Install and setup remarking Get an access token for your Readwise account, and put it in upload.py Use remarking to extract all Remarkable highlights to a local hl.json via remarking run json [folder name] > hl.json Run upload.py to upload all extracted highlights to Readwise rextract is licensed under the GNU GPLv3 or later. See LICENSE.txt for more details. GitHub View Github    

Read more

Various hdas (Houdini Digital Assets)

My various assets for Houdini “ms_asset_loader” – Custom importer assets from Quixel Bridge “asset_placer” – Tool for placment sop geometry on viewport (3dparty folder contait shaders for arnold and redshift renderers for use with ms_asset_loader) ms_asset_loader (surfaces) ms_asset_loader (3d assets) asset_placer Edit package jsonfile (root/packages/aatools.json). Change “H_CONFIG” is folder where you cloned repository. “QMEGASCAN_LIB” is path to bridge application Copy edited json to “packages” folder in home Houdini directory.($HOUDINI_USER_PREF_DIR/packages) GitHub View Github    

Read more
1 396 397 398 399 400 928