Skip to content
#

python-os

Here are 39 public repositories matching this topic...

ПриДанное приложение парсит сайт с изображениями, и после вытягивает от туда данные, в которых содержатся ссылки и названия изображений. После этих действий новые изображения скачиваются в папку 'images'., которая находится в директории приложения, а старые из этой папки удаляются. Кроме этого присутствует ряд проверок, которые не дают изображен…

  • Updated Oct 25, 2020
  • Python

Python OS module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, see the os.path module, and if you want to read all the lines in all the files on the command line see the fileinput module

  • Updated Dec 29, 2022
  • Python

Rename all your files in any folder instantly. Just clone this repository, copy the renamer.py Python file to the folder. Open terminal or command prompt and type in the command- python renamer.py you new_name and all the files in that folder will be renamed with new_name followed by a number starting form 0.Currently configured for .jpg extension

  • Updated Sep 4, 2024
  • Python

Improve this page

Add a description, image, and links to the python-os topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-os topic, visit your repo's landing page and select "manage topics."

Learn more