DALLE-tools provided useful dataset utilities to improve you workflow with WebDatasets

DALLE-tools is a github repository with useful tools to categorize, annotate or check the sanity of your datasets. Installation Just clone this repository to your folder and use one of the following commands in the section underneath. WebDataset Annotator Press to switch to the next page, to change the annotation category or click on the image to add it to the current cateogry and save it in annotations.json. Please upload your annotations.json by creating a push request into community_annotations folder […]

Read more

Tools for improving Python imports

Tools for improving Python imports. Installation Docs import_from_path() Import a module from any path on the filesystem. Usually, this would be achieved by adding the parent directory of the module tosys.path or the PYTHONPATH environment variable. However, this pollutes theimport path and can lead to accidentally importing the wrong modules. Thefunction import_from_path() avoids this problem by importing a package from asearch path without modifying the Python import path. The module can be either a directory containing __init__.py or a single […]

Read more

A tool to find the unregistered dependency based on dependency confusion valunerablility and lead to RCE

DepFine Is a tool to find the unregistered dependency based on dependency confusion valunerablility and lead to RCE You Can install the tool using the following command by pip3 -r requirmentes.txt install and the tool requirmentes will be installed inside your machine The tool until now is running for node.js dependencies only but in next realase will be allow for the other frameworks like gemfile, pypi You can use the tool using the following command by type: python3 DepFine.py RawForPackage.com […]

Read more

A Python Tool that uses Shodan API’s to perform quick recon for vulnerabilities

A Python Tool that uses Shodan API’s to perform quick recon for vulnerabilities You must edit the python code, and insert your Shodan API Where it is stated & Save it. The word apache is already definted, and will extract whatever you change it to, so each time you can setup a word to perform the search, and you can save the output results using > output.txt in order to cat/work and grep things of interest. More info on tweaking […]

Read more

A tool to build Windows installers for your Python applications

Pynsist is a tool to build Windows installers for your Python applications. The installers bundle Python itself, so you can distribute your application to people who don’t have Python installed. Pynsist 2 requires Python 3.5 or above. You can use Pynsist 1.x on Python 2.7 and Python 3.3 or above. For more information, see the documentation and the examples. Quickstart Get the tools. Install NSIS, and then install pynsist from PyPI by running pip install pynsist. Write a config file […]

Read more

A python tool for creating installers from conda packages

Description Constructor is a tool which allows constructing an installer for a collection of conda packages. It solves needed packages using user-provided specifications, and bundles those packages. It can currently create 3 kinds of installers, which are best thought of as delivery vehicles for the bundled packages. There are shell installers, MacOS .pkg installers, and Windows .exe installers. Each of these will create an environment on the end user’s system that contains the specs you provided, along with any necessary […]

Read more
1 5 6 7 8 9 21