divagicha / CoWIN-Vaccine-Appointment-Booking

Script to automate COVID-19 vaccination slot booking on India's Co-WIN Platform
11 stars 4 forks source link

updated README.md with instructions for Debian based systems. Add inf… #14

Closed techantidote closed 3 years ago

techantidote commented 3 years ago

…ormation about python3-tk

techantidote commented 3 years ago

-The CLI app runs "os.system("color 0F")" which I believe was meant for MS based systems. -If running the CLI app on *Nix systems, it will throw an error "sh: 1: color: not found" -To fix this, Added check to see platform type. If Platform is Windows, then set color to 0f.

techantidote commented 3 years ago

-The CLI app runs "os.system("color 0F")" which I believe was meant for MS based systems. -If running the CLI app on *Nix systems, it will throw an error "sh: 1: color: not found" -To fix this, Added check to see platform type. If Platform is Windows, then set color to 0f. Removed print statement for os type.

divagicha commented 3 years ago

Thanks for contributing to this project. I will have a quick look to the changes as soon as possible and merge the request if found useful. Thanks again! :) Stay safe!!!

techantidote commented 3 years ago

@divagicha Great!