Skip to content

AashayBhupendraD0shi/xtekky

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

Telegram Group - t.me/onlpx

class Attributes(Tekky):
	@staticmethod
	def contact() -> tuple:
	    discord  = "tekky#1810"
	    telegram = "t.me/xtekky"
	    proton   = "[email protected]"
	    
	    return discord, telegram, proton
	
	@staticmethod
	def life() -> tuple:
		langs         = ['French', 'German', 'Spanish', 'English']
		nationalities = self.langs.remove('French', 'English').append('Korean')
		age           = 17
		
		return langs, nationalities, age
	
	@staticmethod
	def coding() -> tuple:
		langs = {
			'expert':   ['python'],
			'intermediate': ['go', 'js'],
			'learning': ['c', 'c++', 'c#', 'asm', 'java']
		}
		specialities  = ['web/app reverse engineering', 'fullstack', 'skidding (joke)']
		environnement = ['vscode', 'pycharm']
		
		return langs, specialities, environnement
	
	@staticmethod
	def projects() -> tuple:
		discord   = ['HQ Gen', 'Raid Toolkit']
		tiktok    = ['view bot', 'Algorithms']
		instagram = ['Gen', 'Botting']
		twitch    = ['Free Gen', 'Everything u can think of']
		website   = ['tikstats.io', 'tikbotting.com']
		
		return discord, tiktok, instagram, twitch, website

Skills

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published