A program which converts images and video into Excel spreadsheets

image2excel A program which converts images and video into Excel spreadsheets. Videos can take a long time to save. Example conversion Original image: Result as viewed in Excel: Video is the same except each frame is it’s own spreadsheet. Prerequisites Main libraries can be installed with: pip install -r requirements.txt Web UI libraries can be installed with: pip install -r web_requirements.txt Command syntax image2excel-cmd.py [-h] [–scale SCALE] [–filter FILTER] [–frameskip FRAMESKIP] [–forceframeskip] [–videocut VIDEOCUT] type file_path output_path mode Use image2excel-cmd.py […]

Read more

PySLM Python Library for Selective Laser Melting and Additive Manufacturing

pyslm PySLM is a Python library for supporting development of input files used in Additive Manufacturing or 3D Printing, in particular Selective Laser Melting (SLM), Direct Metal Laser Sintering (DMLS) platforms typically used in both academia and industry. The core capabilities aim to include slicing, hatching and support generation and providing an interface to the binary build file formats available for platforms. The library is built of core classes which may provide the basic functionality to generate the scan vectors […]

Read more

A information gathering tool for python

Mr.Holmes Mr.Holmes is a information gathering tool (OSINT). Is main purpose is to gain information about domains,username and phone numbers with the help of public source avaiable on the internet also it use the google dorks attack for specific researchers. It also use proxies for make your requests completley anonymous and a WhoIS Api for getting more information about a domain. DISCLAIMER This Tool is Not 100% Precise so it can fail somtimes. Also this tool is made for educational […]

Read more

A minimal and ridiculously good looking command-line-interface toolkit

Pyceo Pyceo is a Python package for creating beautiful, composable, and ridiculously good looking command-line-user-interfaces without having to write any extra code. Made for interfacing with humans. Arbitrary nesting and composition of commands. Automatic help page generation. No need to redeclare paramaters and options with decorators, just write Python methods. The help of a command is its docstring. Usage Declare a class that inherits from pyceo.Cli. Every method/attribute that does not starts with an underscore will be a command. from […]

Read more

Yahoo! Finance-ng python3 / pandas market data downloader

yfinanceng Ever since Yahoo! finance decommissioned their historical data API, many programs that relied on it to stop working. yfinanceng aimes to solve this problem by offering a reliable, threaded, and Pythonic way to download historical market data from Yahoo! finance. Quick Start The Ticker module The Ticker module, which allows you to access ticker data in amore Pythonic way: import yfinanceng as yf msft = yf.Ticker(“MSFT”) # get stock info msft.info # get historical market data hist = msft.history(period=”max”) […]

Read more

Python library for ODE integration via Taylor’s method and LLVM

heyoka.py heyoka.py is a Python library for the integration of ordinary differential equations (ODEs) via Taylor’s method. Notable features include: support for both double-precision and extended-precision floating-point types (80-bit and 128-bit), the ability to maintain machine precision accuracy over tens of billions of timesteps, high-precision zero-cost dense output, accurate and reliable event detection, batch mode integration to harness the power of modern SIMD instruction sets, interoperability with SymPy, a high-performance implementation of Taylor’s method based on automatic differentiation techniques and […]

Read more

Scientific measurement library for instruments, experiments, and live-plotting

PyMeasure scientific package PyMeasure makes scientific measurements easy to set up and run. The package contains a repository of instrument classes and a system for running experiment procedures, which provides graphical interfaces for graphing live data and managing queues of experiments. Both parts of the package are independent, and when combined provide all the necessary requirements for advanced measurements with only limited coding. PyMeasure is currently under active development, so please report any issues you experience to our Issues page. […]

Read more

A Tool for automatically reordering python imports

reorder_python_imports Rewrites source to reorder python imports. Tool for automatically reordering python imports. Similar to isort but uses static analysis more. Installation pip install reorder-python-imports Console scripts Consult reorder-python-imports –help for the full set of options. reorder-python-imports takes filenames as positional arguments Common options: –py##-plus: see below. –add-import / –remove-import: see below. –replace-import: see below. –application-directories: by default, reorder-python-imports assumesyour project is rooted at .. If this isn’t true, tell it where yourimport roots live. For example, when using the […]

Read more

Fully automatic light management based on conditions like motion

ad-automoli Fully automatic light management based on conditions like motion, illuminance, humidity, and other clever features. Fully automatic light management based on motion as AppDaemon app. 🕓 multiple daytimes to define different scenes for morning, noon, …💡 supports Hue (for Hue Rooms/Groups) & Home Assistant scenes🔌 switches lights and plugs (with lights)☀️ supports illumination sensors to switch the light just if needed💦 supports humidity sensors as blocker (the “shower case“)🔍 automatic discovery of lights and sensors⛰️ stable and tested by […]

Read more

Telegram Userbot built with Pyrogram

Pyrogram Userbot A Telegram Userbot based on Pyrogram This repository contains the source code of a Telegram Userbot and the instructions for running a copy yourself. Beside its main purpose, the bot is featuring Pyrogram Asyncio and Smart Plugins; feel free to explore the source code to learn more about these topics. I assume you will read this whole README.md file before continuing. Development in progress. Requirements You’re gonna need to get the following programs and services either installed on […]

Read more
1 547 548 549 550 551 927