Metadata-Version: 2.1
Name: uncleprofile
Version: 0.0.3
Summary: Uncle Profile by Uncle Engineer
Home-page: https://github.com/UncleEngineer/UncleProfile
Author: Uncle Engineer
Author-email: loong.wissawakorn@gmail.com
License: MIT
Download-URL: https://github.com/UncleEngineer/UncleProfile/archive/v0.0.2.zip
Keywords: Uncle,Profile,Uncle Engineer
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

(Uncle Profile) เป็นตัวอย่างการอัพโหลด package ไปยัง pypi.org
=============================================================

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

สวัสดีจ้าาาา แพ็คนี้คือแพ็คเกจที่อธิบายโปรไฟล์ของนาย Loong
และสามารถนำไปใช้กับผู้อื่นได้

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

เปิด CMD / Terminal

.. code:: python

   pip install uncleprofile

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

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

.. code:: python

   from uncleprofile import Profile
   my = Profile('Loong')
   my.company = 'uncle-engineer'
   my.hobby = ['Youtuber','Reading','Sleeping']
   print(my.name)
   my.show_email()
   my.show_myart()
   my.show_hobby()
   my.show_cat()

พัฒนาโดย: ลุงวิศวกร สอนคำนวณ FB: https://www.facebook.com/UncleEngineer

YouTube: https://www.youtube.com/UncleEngineer


