Gamer92000 / LectureCut

LectureCut is a tool that automatically reduces the length of lectures by removing unnecessary parts.
MIT License
9 stars 3 forks source link

🧑‍🤝‍🧑 Improve usability #2

Open Gamer92000 opened 2 years ago

Gamer92000 commented 2 years ago

LectureCut needs to be upfront with how to use it.

This includes

README

The README should reflect all the existing flags / arguments, how to use them and what the default value is. There should also be some examples and the corresponding output.

Argparse help text(s)

Currently, the argparse help texts are Copilot generated and thus a bit crude and not 100% consistent. All help texts should have the same format, be completely clear about what they do, and include all possible ways of using them. The ArgumentParser object should also get a usage segment including a few examples.