🚀 Getting Started#

📦 Installation#

To use gsplot, ensure that you have Python 3.10+ installed. You can install the package using pip:

pip install gsplot

🌍 Hello World#

To check if the package is installed correctly, create hello_gsplot.py with the following content:

import gsplot as gs

gs.hello_world()

Run the script using the following command:

python hello_gsplot.py

If the installation is successful, you should see the following output:

Version: Your Version Here
Commit : Your Commit Hash Here

 ██████╗ ███████╗██████╗ ██╗      ██████╗ ████████╗
██╔════╝ ██╔════╝██╔══██╗██║     ██╔═══██╗╚══██╔══╝
██║  ███╗███████╗██████╔╝██║     ██║   ██║   ██║
██║   ██║╚════██║██╔═══╝ ██║     ██║   ██║   ██║
╚██████╔╝███████║██║     ███████╗╚██████╔╝   ██║
 ╚═════╝ ╚══════╝╚═╝     ╚══════╝ ╚═════╝    ╚═╝