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

    Simple GUI-based calendar using the tkinter library and Python

    by pqzrmred71 November 2, 2024

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

    Compound Interest Calculator using tkinter and python

    by pqzrmred71 November 2, 2024

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

    Bitcoin convertor using python and a free api

    by pqzrmred71 November 2, 2024

    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

    Python program that simulates rolling one or multiple dice

    by pqzrmred71 November 2, 2024

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

    a simple stopwatch using python and tkinter

    by pqzrmred71 November 2, 2024

    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. Table …

    Read more
  • Python

    create a temperature converter in python

    by pqzrmred71 November 2, 2024

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

    a simple Python program for unit conversion

    by pqzrmred71 November 2, 2024

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

    Open notepad and type text using Python

    by pqzrmred71 November 1, 2024

    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. Table …

    Read more
  • Python

    Take a screenshot in python using pyautogui

    by pqzrmred71 November 1, 2024

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

    A psutil system information example in python using tkinter

    by pqzrmred71 November 1, 2024

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