Programmer Source
  • C++ Code
  • Java Code
  • Python Code
  • Programmer Source

    A C Sharp Random Quotes Program with code explanation

    A C Sharp BMI and BMR Calculator program with code explanation

    a C Sharp Rock, Paper, Scissors game with code explanation

    A simple C Sharp Temperature Converter program with explanation

    pqzrmred71February 12, 20250994 views

    Here is a simple C# Temperature Converter program. This program converts temperatures between Celsius, Fahrenheit, and Kelvin using a console-based interface. Full Code using System; class TemperatureConverter { static void…

    Read more

    A C Sharp Magic 8 Ball program with code explanation

    pqzrmred71January 12, 20250965 views

    Here’s a simple Magic 8 Ball program in C#. The program allows users to ask a question, then provides a random response from a predefined list of answers. This implementation…

    Read more

    BMI and BMR calculator using Tkinter

    pqzrmred71December 14, 20240976 views

    Here’s a Python program that calculates BMI (Body Mass Index) and BMR (Basal Metabolic Rate) using Tkinter for the graphical user interface (GUI). The program includes input fields for weight,…

    Read more

    C++ program that simulates a Magic 8 Ball

    pqzrmred71November 3, 202401K views

    Here’s a C++ program that simulates a Magic 8 Ball. The Magic 8 Ball is a toy used for fortune-telling or seeking advice. The user asks a yes-or-no question, and…

    Read more

    A C++ program that displays a random quote

    pqzrmred71November 3, 202401K views

    Here’s a C++ program that displays a random quote each time it’s run. The quotes are stored in an array, and the program selects one randomly using the rand() function.…

    Read more

    C++ program for a simple High-Low guessing game

    pqzrmred71November 3, 20240923 views

    Here’s a C++ program for a simple High-Low guessing game. In this game, the computer randomly generates a number between 1 and 100, and the player has to guess it.…

    Read more

    A Python program that generates a random password

    pqzrmred71November 3, 20240960 views

    Here’s a Python program that generates a random password based on user-selected criteria using tkinter. The user can select the length of the password and whether it should include numbers,…

    Read more

    a Python GUI-based random quote generator

    pqzrmred71November 2, 20240963 views

    Here’s a Python program that uses tkinter to create a GUI-based random quote generator. The quotes are stored in a CSV file, which the program reads to display a random…

    Read more

    A Python program that displays a random quote

    pqzrmred71November 2, 20240886 views

    Here’s a Python program that displays a random quote each time it’s run. This program can be enhanced to display quotes in a loop or even fetch random quotes from…

    Read more

    A Python program that implements a Pomodoro timer using tkinter

    pqzrmred71November 2, 20240849 views

    Here’s a Python program that implements a Pomodoro timer using tkinter. The Pomodoro Technique is a time management method where you work for a set amount of time (usually 25…

    Read more

    Posts navigation

    1 2 … 4
    View Desktop Version

    Powered by PenciDesign

    Back To Top