Skip to content
View yashwanth-chamarthi's full-sized avatar
Block or Report

Block or report yashwanth-chamarthi

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. English-to-Japanese-letter-Converter English-to-Japanese-letter-Converter Public

    Created a Python program that converts English letter(names, sentences) into Japanese letters.

    Python 1

  2. Math-Question-Generator Math-Question-Generator Public

    This randomly generates a math's question that has basic Arithmetic Operations ( + , - , * , / ). In this code we can choose type of operation for each question i.e. one question will have one oper…

    Python 1

  3. Name-meaning-in-Sanskrit Name-meaning-in-Sanskrit Public

    This code prints Sanskrit meaning of a name.

    Python 1

  4. Password-Generator Password-Generator Public

    Created a password generator using Python and Random Module

    Python 1

  5. Calculator-using-Python Calculator-using-Python Public

    This Calculator is made using Python 3. The GUIs are made using tkinter module. This calculator supports basic Arithmetic operations ( + , - , * , / ) for both integers and floating point numbers.

    Python

  6. Tic-Tac-Toe Tic-Tac-Toe Public

    The game is divided into multiple functions for better understanding the code. This code is written using basic functions which makes it easy for beginners.

    Python