A command line utility to export Google Keep notes to markdown

A command line utility to export Google Keep notes to markdown files with metadata stored as a frontmatter header. Supports exporting: Simple notes List notes Images and Drawings Audio clips Link annotations Usage If you do not supply a username or password before running it, you will be prompted to input them. Usage: keep_export [OPTIONS] Options: –config FILE Read configuration from FILE. -u, –user TEXT Google account email (prompt if empty) [env var: GKEEP_USER; required] -p, –password TEXT Google account […]

Read more

Automatic baseball pitching overlay in realtime

⚾Automatically overlaying pitch motion and trajectory with machine learning! This project takes your baseball pitching clips and automatically generates the overlay. The input pitching clip could be directly from your phone or camera. The release point will be automatically detected by the program. This system will trace the trajectory and align all the videos to generate the overlay. A fine-tuned YOLOv4 model is used to get the location    

Read more

Prescriptions to heal your applications and application dependencies

Prescriptions for Thoth’s adviser Prescriptions to heal your applications and application dependencies. What are prescriptions? This repository keeps a database of known issues in Python open-source projects as well as suggestions for Python libraries and runtime environments they can run in. The database is used in Thoth to resolve high quality Python software stacks. When using OpenShift or Kubernetes, one provides manifest files that state how the desired state of a cluster should look like. Prescriptions might be seen analogous […]

Read more

A Discord bot to help keep track of members’ BattleTags and Overwatch SR

Orisa Orisa is a Discord bot that solves a problem an Overwatch community I’m a member of had: people who want to play as a team in a Quickplay or competitive match always had to ask for each other’s BattleTags and – in case of competitive – rank. Orisa solves this problem: people can message her to register their BattleTag, and other players can now ask her for each others BattleTags, Orisa also regularly checks Blizzard’s playoverwatch.com site to update […]

Read more

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity

GitHub – maxbachmann/Levenshtein: The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity – GitHub – maxbachmann/Levenshtein: The Levenshtein Python C extensio…    

Read more

QR fixer written in python2/3

QR fixer part is standalone but for image to FQR conversion it requires Pillow (can be installed with easy_install), qrtools (on ubuntu there is a python-qrtools package) Using a file given in format of an NxN matrix where x or X is black . is white and * is unknown For example an fqr input where left side of qr code is destroyed from SECCON-14/qr-easy: ****************XX….XXXXXXX *****************.XXX.X…..X ****************XX.XX.X.XXX.X ****************X.X…X.XXX.X *****************XX.X.X.XXX.X *****************.X.X.X…..X ****************X.X.X.XXXXXXX ****************X…X…….. *****************XX.XX.XXXXX. ****************XX.X.X.X….X *****************X.X.X..XXXX. *****************XX..X.XXXXXX ******************.X…XXX… ******************..X.XX.X.X. ******************…XXXXXXX. […]

Read more

A Python library to build a styleguide from a CSS manifest file

A Python library to build a styleguide from a CSS manifest file. It is way of building a styleguide without to write declarations inside CSS comments in your stylesheets. You build a manifest in a dedicated CSS file and it will be parsed and serialized so you can use it in your code or templates to build a styleguide. Why a dedicated CSS file for a manifest ? Because it can be automatically writed from your Sass sources. Obviously it […]

Read more

Line profile analysis output analyser in python

This repository is related to the analysis of crystals containing dislocations by X-ray diffraction. It is part of a project conducted during a research internship at the laboratory of material and structural sciences of the École Nationale Supérieure des Mines de Saint-Étienne. Three python packages have been developed to conduct line profile analyses based on simulation results: lpa.input (line profile analysis input generator) lpa.xrd (line profile analysis x-ray diffraction simulation program) lpa.output (line profile analysis output analyzer) The package lpa.output […]

Read more

Python bindings for Raspberry Pi HX711 C++ Library

Python bindings for Raspberry Pi HX711 C++ Library Sample Output The .gif above illustrates the output of a simple Python script on a Raspberry Pi Zero W where the HX711 chip was operating at 80Hz. In this example, each time the .weight function is called the median of three samples was used to calculate the weight in grams. Examples SimpleHX711 Example from HX711 import * # create a SimpleHX711 object using GPIO pin 2 as the data pin, # GPIO […]

Read more
1 489 490 491 492 493 943