README This small script takes any decklist from an MTGO list and pulls all card images as jpg files into your directory. This work is free of course, but if you like mtg, gadgetry, and nerd stuff feel free to follow me on https://www.twitter.com/izzitmichaela for more projects! INSTRUCTIONS FOR USE INSTALLING PYTHON: If you have never used python before - yo'll need to install the environment. The environment I have is anaconda, which you can download below: https://www.anaconda.com/products/individual It might be too much for your needs - if you know of a simpler python environment feel free to use any one you like. You may also need to install the requests package. You can use this link to download that once you have installed python. Installing the requests package - https://t.co/uQMeCcwCkC Okay now that python is set up you're ready to go! 0-Download files included in the project. There should be two - a deck txt file and a python runner file 1-Go to https://scryfall.com/docs/api/bulk-data 2-Download the 'All Cards' File from the list. 3-Ensure that the name of the file is "all-cards.json". 4-Place file in the SAME folder as the other files. 5-Update the Deck txt file to include whatever cards you would wish. NOTE: Be sure they are in MTGO format, and be sure that only cards with single digit quantities are present This means you cannot have '15 Abrade' but you can have '9 Abrade' 6-Run the python file. If you want the little white corners cropped off, select the Runner_croppedBorders program. This stores them as png files rather than jpgs and are larger, but they look cleaner and dont have those silly white parts on the four corners. The jpg files should appear in your directory after a moment or two! Enjoy!
A small script I made that takes any standard Decklist of magic the gathering cards and pulls all card images from scryfall at once!
Overview
Attempt at creating organized collection of little handy snippets of code I'm receiving along the way
ChaosCode Attempt at creating organized collection of little handy snippets of code I'm receiving along the way I always considered coding and program
A python script for practicing Toki Pona.
toki.py A python script for practicing Toki Pona. Modified from a hirigana script by ~vilmibm. Example of the script running: $ ./toki.py This script
With the initiation of the COVID vaccination drive across India for all individuals above the age of 18, I wrote a python script which alerts the user regarding open slots in the vicinity!
cowin_notifier With the initiation of the COVID vaccination drive across India for all individuals above the age of 18, I wrote a python script which
Opensource Desktop application for kenobi.
Kenobi-Server WIP Opensource desktop application for Kenobi. Download the apple watch app to get started. What is this repo? It's repo for the opensou
This is Gaurav's IP Project Completed in the year session of 2021-2022.
The Analyser by Gaurav Rayat Why this Project? Today we are continuously hearing about growth in Crime rates and the number of murders executed day by
Collaboration project to creating bank application maded by Anzhelica Sakun and Yuriy Konyukh
Collaboration project to creating bank application maded by Anzhelica Sakun and Yuriy Konyukh
How did Covid affect businesses?
NYC_Business_Analysis How did Covid affect businesses? COVID's effect on NYC businesses We all know that businesses in NYC have been affected by COVID
Tutorials for on-ramping to StarkNet
Full-Stack StarkNet Repo containing the code for a short tutorial series I wrote while diving into StarkNet and learning Cairo. Aims to onramp existin
Spyware baseado em Python para Windows que registra como atividades da janela em primeiro plano, entradas do teclado.
Spyware baseado em Python para Windows que registra como atividades da janela em primeiro plano, entradas do teclado. AlΓ©m disso, Γ© capaz de fazer capturas de tela e executar comandos do shell em seg
UUID_ApiGenerator - This an API that will return a key-value pair of randomly generated UUID
This an API that will return a key-value pair of randomly generated UUID. Key will be a timestamp and value will be UUID. While the
π emojimash π is a programming language with ALL THE EMOJI
π emojimash π is a programming language with ALL THE EMOJI
A Python script to convert your favorite TV series into an Anki deck.
Ankiniser A Python3.8 script to convert your favorite TV series into an Anki deck. How to install? Download the script with git or download it manualy
Student Result Management System Project in tkinter created based on python, tkinter, and SQLITE3 Database
Student-Result-Management-System This Student Result Management System Project in tkinter created based on python, tkinter, and SQLITE3 Database. The
This repository containing cross-section cut and fill calculations using Python programming language.
cross-section This repository is containing cut and fill calculations for cross-section using Python programming language. This codes is made to calcu
A webdav demo using a virtual filesystem that serves a random status of whether a cat in a box is dead or alive.
A webdav demo using a virtual filesystem that serves a random status of whether a cat in a box is dead or alive.
Batch obfuscator based on the obfuscation method used by the trick bot launcher
Batch obfuscator based on the obfuscation method used by the trick bot launcher
This is friendlist update tools & old idz clon & follower idz clon etc
This is friendlist update tools & old idz clon & follower idz clon etc
Dotfiles for my configurations!
Dotfiles Repo Welcome! Over here, you can find my dotfiles for various applications, including QTile, Alacritty, Kitty, LunarVim, and more! Make sure
My custom Fedora ostree build with sway/wayland.
Ramblurr's Sway Desktop This is an rpm-ostree based minimal Fedora developer desktop with the sway window manager and podman/toolbox for doing develop
combs is a package used to generate all possible combinations of a given length k on a given set.
The package combs is a package used to generate all possible combinations of a given length k on a given set. The set is given as a list, and k must b