larymak / Python-project-Scripts

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
GNU General Public License v3.0
1.14k stars 854 forks source link

django projects #255

Closed 011ritik closed 1 year ago

011ritik commented 1 year ago

Chat system app added.

larymak commented 1 year ago

Some more details in the README would be helpful

011ritik commented 1 year ago

Hi Hillary Nyakundi, I have added the readme.md to project. You can check it out.

On Wed, Dec 28, 2022 at 12:50 PM Hillary Nyakundi @.***> wrote:

Some more details in the README would be helpful

— Reply to this email directly, view it on GitHub https://github.com/larymak/Python-project-Scripts/pull/255#issuecomment-1366420054, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ4ULTM4BV5ZLVYMYIYNZH3WPPRCNANCNFSM6AAAAAAS7K3ABY . You are receiving this because you authored the thread.Message ID: @.***>

larymak commented 1 year ago

We need more info in the README file,

Are there any libraries that should be installed? If yes, could you include them in a requirements.txt file and show how to install the file in the README file.

Also, it is essential to add the sample output in the README file, so that when a person tries to run your project they can know what kind of output to expect.

011ritik commented 1 year ago

More details have been added check it out

larymak commented 1 year ago

Good work on the additions.