princexoleo / Python_learning_2021

This repository contains the code that I learned from various online courses. I will try to explain the code and upload it here. This repository contains all the code for a python learner that he/she needs. I

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Pyton Programming

  • Basic
  • Advance
  • Projects

Projects List & Details

SlideCount

A command line version of SlideCount, using sys.argv for options and files

Usages

To run the slide count program:
python slide_count_custom.py --path=decks\ --summary True
This will gives output like below:

44      Slide_4, class-4, Math-183.pptx
29      Slide_2 -Math-183.pptx
22      Slide3-Math-183.pptx
21      Slide_1 -Math-183.pptx

About

This repository contains the code that I learned from various online courses. I will try to explain the code and upload it here. This repository contains all the code for a python learner that he/she needs. I


Languages

Language:Python 100.0%