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

    A C Sharp BMI and BMR Calculator program with code explanation

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

    A C Sharp Bitcoin Price Converter with code explanation

    A C Sharp Magic 8 Ball program with code explanation

    pqzrmred71January 12, 20250799 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, 20240794 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, 20240902 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, 20240868 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, 20240778 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, 20240811 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, 20240801 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, 20240743 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, 20240696 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

    a lottery number generator using tkinter in python

    pqzrmred71November 2, 20240743 views

    Here’s a Python program that creates a lottery number generator using tkinter. This program allows the user to generate a set of random lottery numbers by clicking a button, and…

    Read more

    Posts navigation

    1 2 … 4
    View Desktop Version

    Powered by PenciDesign

    Back To Top