JamesAskew / pyString

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyString

A simple python script to read lines from one txt file, update the content and write the result to another file.

Python Version

You will need a minimum version of 3.6 installed to run the code. Download the latest version from the Python website:

IDE

You can use any IDE you fancy. I used Visual Studio Code with the Python extension

This documentation from Microsoft will get you set up with Visual Studio Code for Python development

Literal String Interpolation (f-strings)

The actual formatting of the message is done using string interpolation. You can read more about this in the following articles.

Reading and Writing files

Information on how to open, create and overwrite files

About


Languages

Language:Python 100.0%