iamDyeus / tkreload

auto reloads your tkinter app whenever file changes are detected 🐍
https://pypi.org/project/tkreload/
Apache License 2.0
7 stars 6 forks source link

using sys.stdin, taking the input from terminal #6

Closed INEcodes closed 2 days ago

INEcodes commented 3 days ago

This is still quite basic, if any errors in the test or any other updates are required do let me know.

iamDyeus commented 3 days ago

The code looks good to me. Please remove the imports and requirements.txt for the keyboard module.

INEcodes commented 2 days ago

I made the changes, please take a look into it.