Bajrang Goswami

Bajrang Goswami | Ironman

Python Developer & Tech Enthusiast

16-year-old developer passionate about creating amazing projects with Python

View My Work Connect With Me

About Me

Hello! I'm Bajrang Goswami, a 16-year-old developer from India. I go by the name "Ironman" on platforms like Telegram, YouTube, Instagram, Free Fire, and Minecraft because I'm a huge fan of the character!

I'm currently learning Python and have already built several projects. I enjoy solving problems and creating solutions that make life easier and more fun.

My Skills

Python Intermediate
Telegram Bots Intermediate
API Development Basic
Problem Solving Intermediate

Sample Python Code

try:
    num1 = int(input("enter 1st number: "))
    num2 = int(input("enter 2nd number: "))
    print("enter the symbol between *, /, +, -")
    symbol = input("enter the symbol: ")
    if symbol == '*':
        print(f"result: {num1 * num2}")
    elif symbol == '/':
        print(f"result: {num1 / num2}")
    elif symbol == '+':
        print(f"result: {num1 + num2}")
    elif symbol == '-':
        print(f"result: {num1 - num2}")
except ValueError:
    print("error: Value must be number")
except Exception as e:
    print(f"error: {e}")
Bajrang Goswami

My Projects

Advanced Telegram Music Bot

A comprehensive music bot with 30+ commands for Telegram voice chats, featuring advanced audio controls, playlist management, and user customization.

Core Features:

  • Multi-platform audio streaming
  • Advanced playlist system
  • User-specific settings
  • Real-time audio effects
  • Queue management system
  • YouTube/Spotify integration

Command List:

Music Playback
/play Play music
/vplay Play video
/pause Pause track
/resume Resume playback
/skip Skip track
/stop Stop music
Audio Control
/seek Seek forward
/seekback Seek backward
/speed Adjust speed
/loop Loop modes
/shuffle Shuffle queue
/queue Show queue
Voice Chat
/startvc Start voice chat
/endvc End voice chat
/player Interactive panel
Utilities
/math Solve equations
/imgurl Upload photo
/tr Translate text
/google Search Google
/reel Download reels
/font Change text font
GitHub Tools
/allrepo Show all repos
/github User info
Tag Systems
/gmtag Good morning
/gntag Good night
/tagall Random tag
/hitag Hindi tag
/shayari Shayari tag
/utag Custom tag
/vctag Voice chat tag
Python
Telegram API
Audio Processing
FFmpeg
YouTube DL
Multi-functional

Python Scripts

Various Python scripts and utilities including calculators, automation tools, and API integrations.

Project Types:

  • Calculator applications
  • Automation scripts
  • API integrations
  • Utility tools
  • Web scraping
  • Data processing
Python
Scripting
Automation
APIs

Development Tools

Various development utilities and tools to streamline workflows and enhance productivity.

Features:

  • Code utilities
  • Development helpers
  • Productivity tools
  • Custom scripts
  • File management
  • System automation
Python
Development
Tools
Automation

Connect With Me