Skip to content
#

fstrings

Here are 19 public repositories matching this topic...

Introducing "Bitesofpy"! Here, I share my PyBites exercise solutions, fueled by a "Learning Python" bundle from a Humblebundle sale. Drawn to the captivating exercises, I dedicated six months to tackling numerous challenges.

  • Updated May 7, 2023
  • Python

MailArm is a Python program I made that sends me an email when my alarm time is reached. It uses smtplib to send emails and datetime to check the time. I can set up to three alarms in HH:MM:SS format, and for each alarm, I choose a subject and message for the email. If I don’t want an alarm, I just type "no". The TIME UP shows up upon completion .

  • Updated Aug 8, 2025
  • Jupyter Notebook

A small, dependency-free Python 3.12 library of practical utilities for two domains that come up in almost every project: dates and money. The money module is built on top of Python's decimal.Decimal and covers the full lifecycle of a monetary value - converting raw input with to_money, rounding with either half-up or banker's convention, truncati

  • Updated May 19, 2026
  • Python

Add this topic to your repo

To associate your repository with the fstrings topic, visit your repo's landing page and select "manage topics."

Learn more