Metadata-Version: 2.1
Name: phsutaprofile
Version: 0.0.1
Summary: PhsutaProfile By B1ackmonday
Home-page: https://github.com/B1ackmonday/PhsutaProfile
Author: B1ackmonday
Author-email: joseph_t1904@hotmail.com
License: MIT
Download-URL: https://github.com/B1ackmonday/PhsutaProfile/archive/v0.0.1.zip
Keywords: phsuta,profile,b1ackmonday
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
License-File: LICENSE.txt

(Phsuta Profile) เป็นตัวอย่างในการ upload package ไป Pypi.org
=============================================================

PyPi: https://pypi.org/project/phsutaprofile/

สวัสดี package นี้มีไว้เพื่ออธิบาย profile ของ Tony และสามารถนำไปใช้กับ
user อื่นได้

วิธีติดตั้ง
~~~~~~~~~~~

เปิด CMD / Terminal

.. code:: python

   pip install phsutaprofile

วิธีใช้งานแพ็คเพจนี้
~~~~~~~~~~~~~~~~~~~~

-  เปิด IDLE ขึ้นมาแล้วพิมพ์…

.. code:: python

   my = Profile('Tony')
   my.company = 'Phsuta'
   my.hobby = ['Developer','Programming','Reading','Diving']
   print(my.name)
   my.show_email()
   my.show_myart()
   my.show_hobby()

Developed By B1ackmonday


