Skip to content

Commit 3549f31

Browse files
committed
update
1 parent 178bce6 commit 3549f31

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

FunPy03_WorkingWithExel/Input.xlsx

11.7 KB
Binary file not shown.

FunPy03_WorkingWithExel/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Have Fun With Python No.3: Working with Exel
2+
# In this project we will learn:
3+
- How to read an exel file and working with it's data
4+
- How to create new exel file
5+
6+
# Install required modules
7+
* Module: Requests </br>
8+
`pip install requests`
9+
* Module: Beautiful Soup </br>
10+
`pip install beautifulsoup4`
11+
* Module: lxml </br>
12+
`pip install lxml`
13+
14+
# System Design
15+
![System Design](_System.jpg)
16+
17+
# Project structure | Class Diagram
18+
![ClassDiagram](_ClassDiagram.png)

0 commit comments

Comments
 (0)