Skip to content
View Ayush26001's full-sized avatar

Block or report Ayush26001

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Tic-Toc-Toe-x-0-game Tic-Toc-Toe-x-0-game Public

    Added Pygame window setup and event loop Implemented 3×3 board matrix for storing moves Added grid drawing and symbol rendering logic Enabled mouse-based input for selecting cells Added player turn…

    Python

  2. unitconverter unitconverter Public

    This commit adds a simple console-based Unit Converter program written in Python. Features included: KM to Meter conversion KG to Gram conversion Dollar to Rupees conversion (with adjustable rate) …

  3. Texttovoice Texttovoice Public

    This commit introduces a basic Python program that uses the pyttsx3 library to convert text to speech. Features: Initializes a pyttsx3 speech engine Speaks a predefined message (“hello everyone”) R…

    Python

  4. calculator calculator Public

    his commit adds a simple command-line calculator implemented in Python. The program: Features: Takes two numbers as user input Accepts one operator (+, -, *, /) Performs the corresponding arithmeti…

    Python

  5. jarvis.ai jarvis.ai Public

    Voice Assistant using Python. Uses speech recognition and pyttsx3 for voice input/output. Supports commands like opening Notepad, CMD, YouTube, Instagram, playing songs/naat, and sending WhatsApp m…

    Python

  6. Automate_email Automate_email Public

    Python script to send emails using Gmail SMTP with SSL. Uses EmailMessage for formatting, logs in with app password, and sends a simple text email to a receiver. Demonstrates secure email automatio…

    Python