Top Posts
A C Sharp BMI and BMR Calculator program...
a C Sharp Rock, Paper, Scissors game with...
A C Sharp Bitcoin Price Converter with code...
A C Sharp Hi-Lo Guessing Game
A Random Password Generator in C Sharp with...
C Sharp Lottery Number Generator with code explanation
A C Sharp Dice Roller program with code...
Java Lottery Number Generator Application
Generating Random Passwords in Java
A simple C Sharp Temperature Converter program with...
Programmer Source
  • C++ Code
  • Java Code
  • Python Code
  • C#

    A C Sharp Magic 8 Ball program with code explanation

    by pqzrmred71 January 12, 2025

    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
  • Python

    BMI and BMR calculator using Tkinter

    by pqzrmred71 December 14, 2024

    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++

    C++ program that simulates a Magic 8 Ball

    by pqzrmred71 November 3, 2024

    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
  • C++

    A C++ program that displays a random quote

    by pqzrmred71 November 3, 2024

    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++

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

    by pqzrmred71 November 3, 2024

    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
  • Python

    A Python program that generates a random password

    by pqzrmred71 November 3, 2024

    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
  • Python

    a Python GUI-based random quote generator

    by pqzrmred71 November 2, 2024

    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
  • Python

    A Python program that displays a random quote

    by pqzrmred71 November 2, 2024

    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
  • Python

    A Python program that implements a Pomodoro timer using tkinter

    by pqzrmred71 November 2, 2024

    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
  • Python

    a lottery number generator using tkinter in python

    by pqzrmred71 November 2, 2024

    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
Newer Posts
Older Posts

Recent Posts

  • 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 Hi-Lo Guessing Game
  • A Random Password Generator in C Sharp with code explanation
  • C Sharp Lottery Number Generator with code explanation
  • A C Sharp Dice Roller program with code explanation
  • Java Lottery Number Generator Application
  • Generating Random Passwords in Java
  • A simple C Sharp Temperature Converter program with explanation

Donation Options

What its all for

PayPal


NOWPayments

Crypto donation button by NOWPayments

Kofi



Librepay



Patreon

Become a Patron!

Buy me a coffee

Categories

  • C#
  • C++
  • Java
  • PHP
  • Python

Programming Sites

http://learnmicropython.com

http://learningjava.net

http://maxjavascript.com

http://maxpython.com

http://programmershelp.net

@2024 onward - Programmers Source


Back To Top
Programmer Source
  • C++ Code
  • Java Code
  • Python Code