README 750 B

1234567891011121314151617181920212223242526272829
  1. Animal Crossing GUI
  2. This is the gui repository for the Animal Crossing project. This program
  3. will take pictures in a folder and decide what kind of animal the
  4. picture is of. It will then copy the original images into sorted
  5. folders.
  6. cmdsorting.py is a standalone terminal / command prompt only version of
  7. the program.
  8. On mac and linux, you can compile the pyinstaller exe version of the
  9. program by typing "make" in a terminal. You can compile the command line
  10. only version by typing "make cmd".
  11. TODO:
  12. Make a script that creates a Windows shortcut to the exe file and place
  13. it on the user's desktop or start menu.
  14. Beutification
  15. Ease of use
  16. Bug testing
  17. Add a libre license
  18. Copyright 2022 Stephen Stengel <stephen.stengel@cwu.edu> and friends