Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Descriptions

Password Generator GUI

This application provides a graphical user interface for generating secure, random passwords. Users can customize the length and complexity of their passwords by selecting the number of letters, symbols, and numbers to include.

Key Features

  • Customizable Length: Choose exactly how many characters of each type you want.
  • Secure Randomization: Utilizes Python's random module to ensure unpredictable password generation.
  • User-Friendly Interface: Built with tkinter for a simple and intuitive desktop experience.

NATO Phonetic Alphabet Converter

This Python script converts a word provided by the user into a list of corresponding NATO phonetic alphabet words.

Functionality

  1. Reads Data: It uses the pandas library to read the NATO phonetic alphabet from nato_phonetic_alphabet.csv.
  2. Creates Dictionary: A dictionary is created where each key is a letter of the alphabet and the value is the corresponding NATO code word.
  3. User Input: The script prompts the user to enter a word.
  4. Conversion: It iterates through the letters of the input word and builds a list of the matching NATO code words.
  5. Output: The final list of code words is printed to the console.

Pomodoro Timer

The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. It is designed to improve focus and productivity by breaking down work into focused intervals, separated by short breaks.

A typical Pomodoro Timer application helps users implement this technique by providing a timer for work sessions and breaks. The standard intervals are:

  • 25 minutes of focused work.
  • A 5-minute short break.
  • After four work intervals, a longer break of 20 minutes is taken.

Kanya Says

A simple graphical application that displays interesting quotes and sayings for the user.

Flash Cards

A digital flashcard application designed to help users study, learn, and memorize new information efficiently.

Quiz

A graphical True/False quiz application built using Python's tkinter library. It fetches questions from a question bank, displays them to the user, and keeps track of the score. The interface provides visual feedback by flashing green for correct answers and red for incorrect ones.

About

small python app for feature implement.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages