UTSAVS26 / PySnippets

Collection of reusable Python code snippets for all.
https://sites.google.com/view/pysnippets/
MIT License
28 stars 76 forks source link

[Feature Request]: Add Number Conversion Functions in number Folder #10

Open ahmedfarazsyk opened 1 month ago

ahmedfarazsyk commented 1 month ago

Is there an existing issue for this?

Feature Description

Description:

There are currently no issues with the existing functionality of pysnippets. However, I would like to propose the addition of new features to the number folder. Specifically, I plan to add number conversion functions, which include:

  1. Decimal to Binary Number Conversion
  2. Binary to Decimal Number Conversion

These functions will be useful for users needing basic number system conversions.

Planned Changes:

Benefits:

This feature will extend the functionality of pysnippets, making it more useful for developers needing quick access to number system conversions.

I am a gssoc-ext, hactoberfeast contributor

Record

github-actions[bot] commented 1 month ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

Sai-ganesh-0004 commented 3 weeks ago

Hello I would like to work on this Can you assign it to me

Mahak-Agrawal-304 commented 2 weeks ago

Can I help too in improvising this conversion, @UTSAVS26 ? Rather than converting from decimal to binary, we can add codes for converting decimal to any base, and from any base to decimal