https://github.com/learncodingeasy/python_file_operations
Python File Operations
https://github.com/learncodingeasy/python_file_operations
file files python
Last synced: about 1 month ago
JSON representation
Python File Operations
- Host: GitHub
- URL: https://github.com/learncodingeasy/python_file_operations
- Owner: LearnCodingEasy
- Created: 2024-12-22T17:33:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T05:04:06.000Z (over 1 year ago)
- Last Synced: 2024-12-25T05:30:16.376Z (over 1 year ago)
- Topics: file, files, python
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python_File_Operations
Python File Operations
```
πDesign
β β πFile.py
β β πDesign
β β β£ πcss
β β β β β πoldname.css
β β β β β£ πFramework
β β β β β β πFramework.scss
β β β β β£ πscss
β β β β β β πFile_will_delete.scss
β β β£ πData
β β β£ πjs
```
#### β¨ Library to display colored and formatted texts in the console
```
pip install rich
```
```
πDesign
β β πFile.py
β β πDesign
β β β£ πcss
β β β β β πnewname.css
β β β β β πstyle.css
β β β£ πData
β β β β β πdata.csv
β β β β β πdata.json
β β β£ πjs
β β β β β πdestination.json
β β β β β πscript.js
β β β£ πindex.html
```
# Preview Website Image
