Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.08 KB

README.md

File metadata and controls

46 lines (29 loc) · 2.08 KB

Animal Crossing(NL)-Donations List

"Sometimes, you have to do it yourself." -me(?)

  • Have you ever tried to donate every DONATE-ABLE item, but you can't catch a hint from your encyclopedia about what you still need to donate; And you check the wikis, you realize that you have to point out what you yet to donate from a huge list.

  • Have you ever caught something, looked at your encyclopedia to see that you already caught it before, but still not sure if you donated it or not.

  • Have you ever left a save file for a long time, for months, years even, and god forbid you sold everything for bells, and didn't bother to donate at that time.

Let me tell; I have the solu- script, I have a script to store what you did and didn't donate.


Notes before downlaoding:

  1. This code made to be dynamic, it can be a checklist for anything.
    • And with a '.py' script to automatically add 'titles' of items from nookipedia;
    • so you can make your own Animal_Crossing_list.txt. P.S. it takes almost every title of the page, so you will need to clean the '.txt'.

Tip

Even if you aren't going to tinker with any of the files, you should read the code(any code you get from the internet) before downloading it.


How to use:

On starting the script [( start-process powershell C:\Path\To\script.ps1 ) -or ( & C:\Path\To\script.ps1 )]

Capture1

  1. Choose the list you want to load.
  2. Have the list printed with not donated items with\or without donated items.

Capture2

  1. It prints out the list you chose, and then gives you the option to mark something as 'donated'.

Capture3

  1. Write(paste) down the item you want to mark.
  2. It will give you the option to mark another item after, if you want to.

Capture4