A Python tool to improve the experience of uploading NFTs to the Arweave storage

arweave-nft-uploader is a Python tool to improve the experience of uploading NFTs to theArweave storage for use with the Metaplex Candy Machine. The tool has an additional (optional) feature to manage complex NFTs with multiple asset files(e.g. a PNG and an SVG). See more about it in this section. This tool is for experienced users. I decline any responsibility for unneeded expenses caused bythe incorrect usage of this tool. Read this guide carefully before using it. Prerequisites an Arweave wallet […]

Read more

ToolBurnt: A Set Of Tools In One Place =}

‘ToolBurnt’ A Set Of Tools In One Place =} MᵃˢᵗᵉʳBᵘʳⁿᵗ ██████╗ ██╗ ██╗██████╗ ███╗ ██╗████████╗ ██╔══██╗██║ ██║██╔══██╗████╗ ██║╚══██╔══╝ ██████╔╝██║ ██║██████╔╝██╔██╗ ██║ ██║ ██╔══██╗██║ ██║██╔══██╗██║╚██╗██║ ██║ ██████╔╝╚██████╔╝██║ ██║██║ ╚████║ ██║ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ Introduction ++A toolbox that might come in handy++ optional arguments: -h, –help show this help message and exit -v, –version Program Version -i, –mysystem My System Information -FI, –FakeInfo Fake Information : Json,Csv,Yaml,Xml -IL, –IpLocation Information About Ip -UF, –UsernameFind Find Usernames On Social Networks […]

Read more

Tools for working with MARC data in Catalogue Bridge

Tools for working with MARC data in Catalogue Bridge. Borrows heavily from PyMarc (https://pypi.org/project/pymarc/). Requirements Requires the regex module from https://bitbucket.org/mrabarnett/mrab-regex. The built-in re module is not sufficient. Also requires py2exe. Installation From GitHub: git clone https://github.com/victoriamorris/catbridge_tools cd catbridge_tools To install as a Python package: To create stand-alone executable (.exe) files for individual scripts: Executable files will be created in the folder dist, and should be copied to an executable path. Both of the above commands can be carried out […]

Read more

A simple tool for searching images inside a local folder with text/image input using CLIP

(WIP) A simple tool for searching images inside a local folder with text/image input using CLIP 10 results for “a blonde woman” in a folder of 30k randomly generated faces Installation Install with GPU support if you want to use GPUInitially encoding images might run faster with GPU, but from limited testing it seems like searching with a saved dictionary might be faster on cpu. git clone https://github.com/kanttouchthis/clip-search.git cd clip-search git clone https://github.com/openai/CLIP.git pip install -r CLIP/requirements.txt Usage Basic Usage:

Read more

A handy tool to deal with the Library cache file

A handy tool to deal with the Library cache file. Parse Library cache Remove Library cache The script parses the Library cache file into a readable format.It categorizes every URL by their file extension. (.png, .jpg, .room etc.) It also displays the file’s cache date. Once done parsing, it exports the parsed library in a .txt file. This may change in the future to be easier to work with. The script tries to automatically locate the Library file from AppData. […]

Read more

Utilities and information for the signals.numer.ai tournament

Utilities and information for the signals.numer.ai tournament using eodhistoricaldata.com eodhistoricaldata.com provides excellent historical price coverage for the signals universe. There are two main challenges with it: Ticker mapping from bloomberg to eod tickers Lack of coverage for Japan, Czech Republic and New Zealand Building the ticker map To build the mapping from bloomberg_ticker to eodhd, use: python build_eodhd_map.py This will retrieve: live_universe (a small 40 KB file just listing the ~5,340 tickers in current round) historical_targets (a large 150 MB […]

Read more

Github dorking tool with python

Supply a list of dorks and, optionally, one of the following: a user (-u) a file with a list of users (-uf) an organization (-org) a file with a list of organizations (-of) a repo (-r) You can also pass: an output directory to store results (-o) a filename to store valid items, if your users or org file may contain nonexistent users/orgs (-vif) All input files (dorks, users, or orgs) should be newline-separated. Usage Clone the repository, then runpip […]

Read more

A tool that lets you fetch curvature, AO, normal maps, transparency, matID and height from the camera youre currently look

Fast PBR Viewport Render is a tool that lets you fetch curvature, AO, normal maps, transparency, matID and height from the camera youre currently looking through or directly from your viewport. It uses Blenders “Render viewport” operator which renders pretty much exactly what you see on screen or what the camera you are looking through currently has within frame. Therefore its extremely flexible as “what you see is what you get” and as you can use it ANYWHERE to render […]

Read more

A tool to investigate Software Resilience in Open Source Software projects

Source-o-grapher is a tool built with the aim to investigate software resilience aspects of Open Source Software (OSS) projects. The tool uses several metrics from the literature to evaluate an OSS project on four major dimensions: structural (source code), business and legal, integration and social (community of the project). Many of these metrics are automatically acquired by the tool using the Github repository of the project whereas some others are manually input by the expert who performs the analysis. Requirements […]

Read more
1 8 9 10 11 12 21