Marauders-9998 / Attendance-Management-using-Face-Recognition

A Desktop App made in Python to handle tasks related to Attendance Management of an Institute
GNU General Public License v3.0
31 stars 29 forks source link

improved readme #15 #25

Closed Amanjakhetiya closed 4 years ago

Amanjakhetiya commented 4 years ago

added documentation for the modules used for more understandibility and added about tkinter module which was missed.

Vibhu-Agarwal commented 4 years ago

Thanks for the PR @Amanjakhetiya

Currently, the dependencies are mentioned in the README, but in a python project, they're usually mentioned in a requirements.txt file.

We even have an issue (#16) raised for it. In fact, it's already being worked on. (#20)

Unfortunately, I'll have to close this one on account of the following reasons:

A few other learnings to take from this:

What can you do now?