Metadata-Version: 2.1
Name: happyname
Version: 0.0.1
Summary: Who is someone
Home-page: https://github.com/UncleEngineer/MangoStickyRice
Download-URL: https://github.com/UncleEngineer/MangoStickyRice/archive/v0.0.1.zip
Author: Happy
Author-email: test@gmail.com
License: MIT
Keywords: Somone,Someone
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
License-File: LICENSE.txt

Who is someone
==============

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

สวัสดีจ้าาาา แพ็คนี้คือแพ็คเกจที่อธิบายข้อมูลเกี่ยวกับบุคคล

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

เปิด CMD / Terminal

.. code:: python

   pip install happyname

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

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

.. code:: python

   from happyname import NameAI

   uncle = NameAI()
   uncle.show_name()
   uncle.show_youtube()
   uncle.about()
   uncle.show_art()


