NoGambling1 / ConsoleGames

Some checkers game like tf idk
MIT License
2 stars 1 forks source link

change modules to no longer require sudo on unix systems #9

Closed orangejuiceplz closed 3 months ago

orangejuiceplz commented 3 months ago

Description

in a nutshell, basically update methods/functions to use a different lib instead of keyboard. keyboard requires sudo rights, which on Unix isn't ideal so i changed this.

dependencies are already located in the python standard library, so no need for more external imports. i have also updated the poetry.lock and requirements.txt for all of the dependencies now.

Fixes #8

Type of change

please delete options that are not relevant.

Testing Grounds and Verification

used repl to test on Unix, @NoGambling1 verified it worked on NT based systems (Windows)

(also list your test config? <3 - orangejuiceplz)

Test Configuration:

Checklist:

yadayada did that already

Ready to be merged.

orangejuiceplz commented 3 months ago

waiting to be merged