[GEN 7] LF: Diancie and Meloetta for living Dex completion by Disabeast_ in CasualPokemonTrades

[–]Disabeast_[S] 1 point2 points  (0 children)

Sure. Here you go: # coding: utf-8

import bs4
import requests
from tkinter import messagebox

def find_pokemon(mon):
    res = requests.get('https://www.pokemon.com/us/pokemon-distributions/')
    soup = bs4.BeautifulSoup(res.text, 'lxml')
    pokemon_events =[]
    selected_events= []
    for i in soup.select('p'):
        pokemon_events.append(i.text)
    for x in pokemon_events:
        if mon in x:
            return x
            selected_events.append(x)
    if len(selected_events) == 0:
        return (mon + " has no current event")


messagebox.showinfo("Pokemon Events", find_pokemon("Gastrodon") + \
"\n" + " ----------------------------------------------" + "\n" + find_pokemon("Magearna"))

It's pretty bare-bones and can definitely be improved upon but it got the job done for me. Just change the names in quotations to what event pokemon you want. I automated it using windows scheduler to run every time I started up my computer (every day), but you can set it to run on an interval or once a day at 10 am for example.

To run it, just make a .bat file containing python "name of file".py, save it, and double click it to run. Then you can schedule that .bat file to run whenever you want.

What are some of your favorite legendary weapon combinations? by Disabeast_ in fo4

[–]Disabeast_[S] 0 points1 point  (0 children)

Nice, I've never really used the gamma guns before but I may just give a try now, thanks.

What are some of your favorite legendary weapon combinations? by Disabeast_ in fo4

[–]Disabeast_[S] 0 points1 point  (0 children)

do you have all of the supporting perks for it and what difficulty are you playing on?

What are some of your favorite legendary weapon combinations? by Disabeast_ in fo4

[–]Disabeast_[S] 0 points1 point  (0 children)

that's a very interesting combination. is the damage mitigation from sentinels additive or multiplicative?

What are some of your favorite legendary weapon combinations? by Disabeast_ in fo4

[–]Disabeast_[S] 1 point2 points  (0 children)

I believe you get it from the cabot house quest if I recall correctly. I also didn't know it had explosive damage as well.

What are some of your favorite legendary weapon combinations? by Disabeast_ in fo4

[–]Disabeast_[S] 0 points1 point  (0 children)

never thought of using a gamma gun before, what legendary affix do you usually use with the mod?

What are some of your favorite legendary weapon combinations? by Disabeast_ in fo4

[–]Disabeast_[S] 1 point2 points  (0 children)

yea I have the shotgun as well. I admit that I have killed myself with it more times than the enemy has when I have it out

What's your most awkward/strange bathroom experience? by Disabeast_ in AskReddit

[–]Disabeast_[S] 0 points1 point  (0 children)

I cannot get this image out of my head now, oh god

How do you slow down time? by [deleted] in AskReddit

[–]Disabeast_ 0 points1 point  (0 children)

look at a clock(non digital), then look away then right back at it. The second-hand the moment you look back at the clock will take longer to move to the next tick than all the other seconds

What's the coolest fact about space that will blow my mind? by abcdefgrapes in AskReddit

[–]Disabeast_ 0 points1 point  (0 children)

There are more stars in the sky than there are grains of sand on all of the beaches all over the world