Skip to content

Conversation

AmitGupta700
Copy link
Contributor

  • LGM-SOC'21 Participant
  • Contributor

Closes: #345

Describe the changes you've made

  • My project works on displaying Current Time Stamps
  • To create GUI Calendar Using Python, we will need to import two Python modules one for creating GUI and another to get year data.
  • Pendulum, Pendulum is one of the libraries in python which provides easily manages complex date manipulations better than native DateTime instances. It also manages timezones.
  • And for the speaking purpose, we will use pyttsx3.

Type of change

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

I have tested my code on Local Machine.

Describe how have you verified the changes made

Checklist:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Screenshots

Output

@prathimacode-hub prathimacode-hub added the LGMSOC21 This issue will be considered for LGM-SOC 21 label Jun 19, 2021
Copy link
Owner

@prathimacode-hub prathimacode-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fab and clean PR. Nailed it. Well done. Your efforts are highly appreciated. Obviously not to forget, it's an interested project taken up. Kudos to you. 👌🎇🙌@AmitGupta700

@AmitGupta700
Copy link
Contributor Author

Fab and clean PR. Nailed it. Well done. Your efforts are highly appreciated. Obviously not to forget, it's an interested project taken up. Kudos to you. 👌🎇🙌@AmitGupta700

Thank You Ma'am

@Debashish-hub Debashish-hub added the 🟩 Level1 This issue will be considered as level 1 issue for LGM-SOC 21 & DCP21.Points will be 10 label Jun 19, 2021
@Debashish-hub Debashish-hub merged commit 7383b11 into prathimacode-hub:main Jun 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🟩 Level1 This issue will be considered as level 1 issue for LGM-SOC 21 & DCP21.Points will be 10 LGMSOC21 This issue will be considered for LGM-SOC 21
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Current Time Stamps Using Pendulum Library
3 participants