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

    Simple GUI-based calendar using the tkinter library and Python

    pqzrmred71November 2, 20240617 views

    Here’s a Python program that creates a simple GUI-based calendar using the tkinter library and Python’s built-in calendar module. The program will display the calendar for a specified month and…

    Read more

    Compound Interest Calculator using tkinter and python

    pqzrmred71November 2, 20240611 views

    Here’s a Python program that creates a simple GUI-based Compound Interest Calculator using the tkinter library. The calculator allows users to input the principal amount, annual interest rate, number of…

    Read more

    Bitcoin convertor using python and a free api

    pqzrmred71November 2, 20240647 views

    To convert Bitcoin (BTC) to USD, EUR, and GBP using a free API, you can use the requests library in Python to access live exchange rates from an API such…

    Read more

    Python program that simulates rolling one or multiple dice

    pqzrmred71November 2, 20240546 views

    Here’s how to create a Python program that simulates rolling one or multiple dice. The program will prompt the user to specify the number of dice and then simulate rolling…

    Read more

    a simple stopwatch using python and tkinter

    pqzrmred71November 2, 20240530 views

    Here’s a Python program that implements a simple stopwatch with start, stop, and reset functionality using tkinter. The stopwatch counts in seconds and milliseconds and updates every 100 milliseconds. Code…

    Read more

    create a temperature converter in python

    pqzrmred71November 2, 20240696 views

    Here’s a Python program to create a temperature converter that converts temperatures between Celsius, Fahrenheit, and Kelvin. This program allows the user to input a temperature in one unit and…

    Read more

    a simple Python program for unit conversion

    pqzrmred71November 2, 20240459 views

    Here’s how to create a simple Python program for unit conversion. This unit converter will allow conversions between several units, such as miles to kilometers, kilometers to miles, pounds to…

    Read more

    Open notepad and type text using Python

    pqzrmred71November 1, 20240631 views

    To open Notepad and type text in it using Python, you can use the subprocess module to open Notepad and pyautogui to simulate typing. Here’s how to do it. Code…

    Read more

    Take a screenshot in python using pyautogui

    pqzrmred71November 1, 20240680 views

    To take a screenshot of the screen or a specific window in Python, you can use the Pillow library (PIL) along with pyautogui, which provides a simple way to capture…

    Read more

    A psutil system information example in python using tkinter

    pqzrmred71November 1, 20240597 views

    Using psutil and tkinter, you can create a GUI in Python that displays information about the computer’s CPU, memory, disk, and battery. Here’s a code example that uses psutil to…

    Read more

    Posts navigation

    1 … 3 4
    View Desktop Version

    Powered by PenciDesign

    Back To Top