Skip to content

BlackHawk616/Python-Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🟢 Basic Programs (20)

  1. Add two numbers

  2. Swap two numbers

  3. Find the largest of two numbers

  4. Even or odd checker

  5. Find the factorial of a number

  6. Reverse a string

  7. Count vowels in a word

  8. Sum of all numbers in a list

  9. Find max/min in a list

  10. Simple calculator (+, , *, /)

  11. Print multiplication table

  12. Check palindrome (string)

  13. Check if element exists in list

  14. Remove duplicates from a list

  15. Merge two dictionaries

  16. Sort a list in ascending order

  17. Count words in a sentence

  18. Find common elements between two lists

  19. Create a list of squares

  20. Find sum of digits of a number

🟡 Intermediate Programs (20)

  1. Guess the number (CLI game)

  2. Password generator

  3. Simple login system

  4. Read a text file and display content

  5. Write user input to a file

  6. Count lines, words in a file

  7. Simple todo list (CLI)

  8. Check prime number

  9. Sum of even numbers in list

  10. Create a phonebook using dict

  11. Copy content from one file to another

  12. Create a timer countdown

  13. Print pattern using nested loops

  14. Find the second largest number in a list

  15. Basic currency converter

  16. Simple grade calculator

  17. Remove punctuation from a string

  18. Sort dictionary by values

  19. Count occurrence of each character

  20. Find GCD of two numbers

🔴 Easy Advanced Programs (10)

  1. Rock,Paper And Scissors

  2. Word guessing game

  3. Command line calculator using lambda

  4. Rename a file using OS module

  5. Get current directory and files

  6. Generate a random OTP

  7. Check internet connection (ping google)

  8. Create folders with a loop

  9. File searcher in a directory

  10. Encrypting And Decoding

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages