Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 287 Bytes

File metadata and controls

13 lines (10 loc) · 287 Bytes

These are my Python + Openpyxl files

All of these are used to train myself for using a python library

Prerequisite:

  • pip
  • openpyxl

To run a python code:

  • Install Python
  • Open CMD
  • Go to your python file directory
  • type cmd <your python file name>, example: cmd hello.py