Skip to content

Style13/Python-Examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Examples

Here you will find various projects that are created for the purposes of practicing Python and documenting my progress with it.

  • Battleship 2

    This game expands upon the "Lists and Functions" section of the python course on Codeacademy. Specifically following the extra credit as outlined in lesson: 19/19
  • Features added:
    • Multiplayer
    • Basic Statistics (current game wins/loses, rematches, best out of 3)
    • Multiple battleship boards
    • Battleship boards of different sizes
  • Folder file Count Tracker

    This simple script counts the number of files within all the directories that are located within a given path. Then it sorts the number of files / folder by file count in descending order and calculates the age of each folder.
  • Features:
    • Calculates how old the folder is from when it was created to the current local time
    • finds and lists all directories within a given path if the number of files within them are above 0
    • readable output formatting

About

Practicing coding with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%