From bcbf20ef25b812872ce3344cbf4f9c1f3d1193c2 Mon Sep 17 00:00:00 2001 From: Hex Ripley Date: Thu, 15 Feb 2024 20:31:04 +0000 Subject: [PATCH] Add README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..96ed040 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +This is a Python tool with Selenium to assign things at my job. + +There are three people that this thing will work for. +If you're not one of those three people, this will do nothing for you. + +Clone this repository into an accessible folder, cd into the folder, run pip install Selenium, and then run python AssignerPal.py + +It will prompt you asking for information, and then open a browser. Follow the command line instructions.