Python#

Hey guys, I made a Python module/library named Python#. Check it out, and tell me what do you guys think.

Please merge pull requests.

Side note:

You should not say:

temp.get()

Instead,say:

a=temp()
a.get()

temp is a class,not an instance.

Thank you for your help, as some functions you deemed unnecessary are going to be merged or removed.

Not all functions needed the self parameter, as they used the classes for categories, not instances. This system will be patched out.

I am currently working on a patch of Dython. Thank you for your response.

Can you link the website?

Yes, it is already linked. What's going on?

https://sombrero64.github.io/Dython/

https://github.com/Sombrero64/Dython

Oh