// 👋 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.
- CS2-FlyTo
- CS2-CustomCheer
- CS2-EventManager
- CS2-TopDefender
- CS2-ServerTimeScale
- CS2-ButtonWatcher
- CS2-AdminRoom
- CS2-AllCommandOnChat


