Skip to content

Commit 3b55b3e

Browse files
authored
Update README.md
1 parent 5bce707 commit 3b55b3e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,31 +28,31 @@ Here's a breakdown of the main files included in this repository:
2828

2929
#### Cryptography
3030

31-
ceaserCipher.py: A simple Caesar cipher for encrypting and decrypting text.
31+
ceaser_cipher.py: A simple Caesar cipher for encrypting and decrypting text.
3232

33-
#### AdvanceCipher.py: An advanced implementation of encryption techniques.
33+
advance_cipher.py: An advanced implementation of encryption techniques.
3434

3535
#### Web Scraping & Parsing
3636

3737
web_scraper1.py / web_scraper2.py: Scripts for web data extraction.
3838

3939
https_scraper.py: A scraper handling HTTPS data.
4040

41-
updated scraper.py: An enhanced version of the scraping script.
41+
updated _craper.py: An enhanced version of the scraping script.
4242

43-
Scraping json data assignment.py: Script focusing on scraping and parsing JSON data.
43+
Scraping_json_data_assignment.py: Script focusing on scraping and parsing JSON data.
4444

4545
xml_parsing.py / xml parsing.py: Parsing XML data for structured information.
4646

47-
opengeo Scraping.py / opengeo assignment.py: Specialized scripts for scraping OpenGeo data.
47+
opengeo_craping.py / opengeo assignment.py: Specialized scripts for scraping OpenGeo data.
4848

49-
http-parsing.py: HTTP parsing script for response analysis.
49+
http_parsing.py: HTTP parsing script for response analysis.
5050

5151
#### Data Handling
5252

53-
fileHandling.py: Demonstrates file reading and writing operations.
53+
file_handling.py: Demonstrates file reading and writing operations.
5454

55-
ReadingJson.py: A script for reading JSON files and processing data.
55+
reading_json.py: A script for reading JSON files and processing data.
5656

5757
security_log.csv, security_log.json, security_log.txt: Sample log files used for testing scripts and data handling.
5858

@@ -66,11 +66,11 @@ Inheritance.py: Demonstrates object-oriented programming with inheritance.
6666

6767
class.py: Basic class structure and object instantiation.
6868

69-
Graded_quiz1.py / Graded_Quiz2.py: Example scripts likely related to quiz implementations.
69+
graded_quiz1.py / Graded_Quiz2.py: Example scripts likely related to quiz implementations.
7070

7171
panda.py: Sample usage of the pandas library for data analysis.
7272

73-
url-parser.py: Script for parsing and handling URLs.
73+
url_parser.py: Script for parsing and handling URLs.
7474

7575
#### Installation
7676

0 commit comments

Comments
 (0)