Git Product home page Git Product logo

mhrise-hunt-chooser's Introduction

MHRise Hunt Chooser

A program to choose a random village, Low Rank, High Rank, or Master Rank monster to hunt!

You can also select if you want to have a random weapon or buddy selection as well!

The program

ko-fi

mhrise-hunt-chooser's People

Contributors

purpleshad0w avatar vhou-atroph avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

hengle

mhrise-hunt-chooser's Issues

Typo gone wrong

Sentences are not matching the chosen type quest.

This :

if defaultquest.get()=='Low Rank Village':
    hunt.configure(text="Low Rank Village:\n"+random.choice(vilLR))
    wpnchance.configure(text="")
  if defaultquest.get()=='Low Rank Hub':
    hunt.configure(text="Low Rank Village:\n"+random.choice(hubLR))
    wpnchance.configure(text="")
  if defaultquest.get()=='High Rank Hub':
    hunt.configure(text="Low Rank Village:\n"+random.choice(hubHR))
    wpnchance.configure(text="")
  if random.randint(0,9)>7:
    wpnchance.configure(text="Why not also try out\n"+random.choice(weapons)+"?")

Should be :

if defaultquest.get()=='Low Rank Village':
    hunt.configure(text="Low Rank Village:\n"+random.choice(vilLR))
    wpnchance.configure(text="")
  if defaultquest.get()=='Low Rank Hub':
    hunt.configure(text="Low Rank Hub:\n"+random.choice(hubLR))
    wpnchance.configure(text="")
  if defaultquest.get()=='High Rank Hub':
    hunt.configure(text="High Rank Hub:\n"+random.choice(hubHR))
    wpnchance.configure(text="")
  if random.randint(0,9)>7:
    wpnchance.configure(text="Why not also try out\n"+random.choice(weapons)+"?")

Marked by Windows Security

What title says.
211003_23-13-57
I've looked this up a bit and I think an appeal can be submitted to Microsoft, but only the app's dev can submit it :0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.