Skip to content

Kianyaa/Kianyaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 

Repository files navigation

Hello Greeting! ๐Ÿฑ, I'm Kianya

Economist | Data scientist in some university


// ๐Ÿ‘‹ Hi there! I'm Kianyaa
using System;

namespace GitHubProfile
{
    class AboutMe
    {
        static void Main(string[] args)
        {
            string name = "Kianya";
            string[] interests = { "Python", "C#", "Data Scientist", "Machine Learning", "Blender", "Modeling", "Open Source", "CS2 Plugins" };
            string location = "๐ŸŒ Earth, Thailand";
            bool openToCollaborate = true;

            Console.WriteLine($"Hello, I'm {name} ๐Ÿ‘‹");
            Console.WriteLine("๐Ÿ”ง My hobby just making some useful tools and CS2 plugins.");
            Console.WriteLine("๐ŸŽฏ Main Interests: " + string.Join(", ", interests));
            Console.WriteLine($"๐Ÿ“ Location: {location}");
            Console.WriteLine(openToCollaborate 
                ? "๐Ÿค Open to collaborations and cool projects!" 
                : "๐Ÿšง Currently not available for collaborations.");
        }
    }
}

Usually working on the Data and Machine Learning field but also interested in C# coding in .NET Framework too, Currently making CS2 Plugin as a hobby.

banner83


Counter-Strike 2 Plugins :

Tools :


๐Ÿ’ป Tech Skill:

C# Python R Pandas scikit-learn .Net MySQL SQLite

๐ŸŽฎ Social Media:

Steam Youtube

๐Ÿ“Š GitHub Stats:

๐Ÿ† GitHub Trophies

๐Ÿ” Top Contributed Repo


About

Personal Repository For Github Page Profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors