dreddsa5dies / automateGo

Implementation on Go projects book "Automate the Boring Stuff with Python: Practical Programming for Total Beginners"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Card License

IMAGE

Implementation on Go projects book "Automate the Boring Stuff with Python: Practical Programming for Total Beginners"

Translation

Install

Use go mod

sudo apt-get install xclip
git clone github.com/dreddsa5dies/automateGo

Recording format: projects/07_01_regexpMail

  • 07 - chapter
  • 01 - project in the chapter
  • NAME - short title

List of projects

Pattern matching with regular expressions

File management

Automatic collection of data on the Internet

Working with Excel spreadsheets

Working with PDF and Word documents

Working with CSV files and JSON data

Handling date and time values, task scheduler and running programs

Send email and text messages

Working with images

Not included in the book

The code contains comments in Russian

License

This project is licensed under MIT license. Please read the LICENSE file.

Contribute

Welcomes any kind of contribution. Please read the CONTRIBUTING and CODE_OF_CONDUCT file.

About

Implementation on Go projects book "Automate the Boring Stuff with Python: Practical Programming for Total Beginners"

License:MIT License


Languages

Language:Go 100.0%