MrB141107 / Python_Projects

A Collaborative Hub for Python Enthusiasts, one-stop destination for python programs, games, projects, and more...
https://github.com/MrB141107/Python_Projects/
MIT License
14 stars 18 forks source link

feat: Create a Python Speed Test Typing Game #72

Closed purnasth closed 10 months ago

purnasth commented 10 months ago

Pull Request: Add Python Typing Game

Closes issue #71

PR descriptions

I have created the Python Typing Game as per the specifications mentioned in issue #71. The game is functional, allowing users to practice and improve their typing skills. It is built using Python and provides an interactive typing experience.

Screenshots

Screenshot 2023-10-26 161013

dagshub[bot] commented 10 months ago

Join the discussion on DagsHub!

purnasth commented 10 months ago

Thanks for merging the PR faster.

MrB141107 commented 10 months ago

@purnasth, I request you make a module requirement file for your program's users.

MrB141107 commented 10 months ago

Thanks for merging the PR faster.

@purnasth, I you are happy with your response, then don't forget to star ⭐ the repo and follow for more updates.

purnasth commented 10 months ago

@purnasth, I request you make a module requirement file for your program's users.

I am a beginner to the open-source community. Could you please elaborate on what this means?

MrB141107 commented 10 months ago

@purnasth, I mean to say that, make a requirement.txt file, containing the name of the modules used in your program to make the user aware to install the following modules before running your program to avoid errors.

purnasth commented 10 months ago

Is it good if I create a README.md file inside this folder that contains information about my project and its requirements?

MrB141107 commented 10 months ago

Sure, no problem go ahead!

purnasth commented 10 months ago

Sure, no problem go ahead!

Sorry about that; I planned to include this contribution in the same PR, but the new PR was created to include the README.md.