Metadata-Version: 2.1
Name: MegaLib2
Version: 0.0.2
Summary: Package that helps me with my projects feel free to use it yourself
Home-page: https://github.com/mega145/MegaLib
Author: Mega145
Author-email: kacpermi@poczta.fm
License: UNKNOWN
Description: # MegaLib
        Package that helps me with my projects feel free to use it yourself
        
        
        Hello i am Kacper known in internet as Mega145.
        I am a hobby Python developer and i made this package to help me with my projects and help people so they have a easier life using my projects
        
        
        - Features(For Now):
          - networking:
            - setup() - returns socket.socket(socket.AF_INET, socket.Sock_STREAM)
            - host(port) - give it a port and it starts a listening server
            - connect(ip,port) - speaks for itself
            - getip() - returns public ip usefull for indicating what to use to connect
            - getlocalip() - returns local ip
          - Utils:
            - Log(message) - Prints {message} and writes it to output.txt file
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: Free For Educational Use
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Education
Classifier: Natural Language :: Polish
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
