Metadata-Version: 1.1
Name: oop-stpprofile
Version: 0.0.1
Summary: oop_stpprofile by Suntipap1312
Home-page: https://github.com/oop_stpprofile/oop_stpprofile
Author: Suntipap1312
Author-email: Suntipap1312@gmail.com
License: MIT
Download-URL: https://github.com/oop_stpprofile/oop_stpprofile/archive/v0.0.1.zip
Description: (Python OOP) ตัวอย่างการอัพโหลด package
        =======================================
        
        PyPi: https://pypi.org/project/oop_stpprofile/
        
        วิธีติดตั้ง
        ~~~~~~~~~~~
        
        เปิด CMD / Terminal
        
        .. code:: python
        
           pip install oop_stpprofile
        
        วิธีใช้งานแพ็คเพจนี้
        ~~~~~~~~~~~~~~~~~~~~
        
        -  เปิด IDLE ขึ้นมาแล้วพิมพ์…
        
        from oop_stpprofile.Python_oop import Profile
        
        
        my = Profile(“Suntipap”) my.company = “ublgroup” my.hobby =
        [“Running”,“Python Programming”,“Game”] print(my.name) my.show_email()
        my.show_hobby() print(“————”)
        
        friend = Profile(“Sudchaya”) print(friend.name) friend.show_email()
        my.show_myart()
        
        #help(my)
        
Keywords: oop,stpprofile,suntipap1312
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
