@1. Create a Mail Merge Project using Python
Mail merge is a process of doing this. Instead of writing each mail separately, we have a template for body of the mail and a list of names that we merge together to form all the mails.
@2. Create U.S. State gmae using Python It is basically guess state name if name is correct then this name put on U.S. Map on an correct state position place.
@3. Create NOTO phonetic alphabet using python
It is sentance or word change game means it convers word or sentance in upper case the all the alphabet match on NOTO Phonetic alphabet then print the NOTO Phonetic alphabets. The 26 code words are as follows (ICAO spellings): Alfa, Bravo, Charlie, Delta, Echo, Foxtrot, Golf, Hotel, India, Juliett, Kilo, Lima, Mike, November, Oscar, Papa, Quebec, Romeo, Sierra, Tango, Uniform, Victor, Whiskey, X-ray, Yankee, Zulu.
@4. Create a Unit Converter Using Python
A unit conversion expresses the same property as a different unit of measurement. For instance, time can be expressed in minutes instead of hours, while distance can be converted from miles to kilometers, or feet, or any other measure of length. link: https://www.geeksforgeeks.org/standard-gui-unit-converter-using-tkinter-in-python/
@5. Create a Pomodoro App Using Python
The Pomodoro Technique is a time management method based on 25-minute stretches of focused work broken by five-minute breaks. Longer breaks, typically 15 to 30 minutes, are taken after four consecutive work intervals. Each work interval is called a pomodoro, the Italian word for tomato (plural: pomodori). https://www.youtube.com/watch?v=1pADI_eZ_-U