Whatsapp Automation With Python
CONTENTS OF THIS FILE Introduction Requirements Installation Maintainers INTRODUCTION Whatsapp Automation basically provides you with Messages (Personalized/Standard) Media files(image/video) Pdfto send to multiple contacts. The idea for the project was to provide easy ways for people starting their businessesand storing data in excel to reach out to their customers in an easy way.Most people start registration for events/webinars/startups with the help of Googleforms which convert the data into excel sheets.This project helps user to generate personalised messages and reach out […]
Read morePytest plugin to fail a test if it leaves modified `os.environ` afterwards
Pytest plugin to fail a test if it leaves modified os.environ afterwards. Example:
Read moreAlgorithm to solve Wordle correctly 100% of the time within 6 attempts
© Zulkarnine, 2022. Algorithm to solve Wordle 100% of the time within 6 attempts. You can go ahead and run main.py to run it for all 2315 Wordle words and it solves 100% of them correctly within 6 attempts.Example output: Ran: 2315 games. Solved: 2315/2315 = 100.00% You can also run solver.py to get a sense of how it’s guessing and what is the Wordle game simulation returning. (I.e. the colored blocks) Example output:
Read moreA Portfolio / CV Site for an Artistic field. Made with Django and Bootstrap5, following Twelve Factor Principles
A Portfolio / CV Site for those in the Artistic field. Artist-CV is built using Django and Bootstrap5, with heavy consideration of Twelve Factor App principles. Additional Infomation This project is ultimately intended for @Dixon3991 but Its also a good template to use for anyone needing Artistic Portfolio Site Examples. GitHub View Github
Read moreA series of tools used to help event organizers manage participants
This project consists in a set of tools intended to be used in situation of event organization where data manipulation, contact with participants and other logistical tasks need to be automated. A CSV data file is used as a basis for participant information. Modules : CSV reader and processor : anonymization, auto-cleanup, projections, … to be used as data source for other modules (TODO) Automated Protonmail email sender : based on https://github.com/nichcuta/Proton-Mail with scalability improvements Automatic badge generator Python dependencies […]
Read moreBanu Systems Industry Tools in Python
The main goal of this project is to enable co-op industry game play in Star Citizen. As of now there is no easy way to calculate payouts, keep track of refinery jobs, or see how much you owe/are owed. This project looks to take care of that and will evolve as new content is added into the game. *** REQUIREMENTS *** Expandable for salvage Pilots enter raw ore Allow multiple types of ore Allow mining location (planet/moon, closest outpost) (optional) […]
Read moreAdd/remove license to/from source files
Utility to add/remove licenses to/from source files.Supports processing any combination of globs, files, and directories (recurse).Pruning options allow skipping non-licensing files. licenser uses file identification techniques to infer the format of the license.Mainly, resolves how text is commented for that particular source file.Then, string matching is used to detect the presence of the license in source files.This allows licenser to be an idempotent operation. Grammar of source file comments Commented text in source code can be represented by the location […]
Read moreA set of image related conversion rules for use with omni-converter
This module is a set of image related conversion rules for use with omni-converter. pip instasll omni-cv-rules
Read moreReads in an image of an album cover and and pulls the lyrics from an API to create an image to create “art”
Reads in an image of an album cover and and pulls the lyrics from an API to create an image to create “art”, which consists of the colored lyrics to mirror the original. Usage Copy the covers you want use in the ./input/ folder. Name the images from 00_foo.png to XX_bar.jpg. Create a songs.txt file in the ./input/ folder. Enter the name of the song (that should be contained by the new image) for 00_foo.png in the first line, second […]
Read more