DEV Community

Nafas Ebrahimi
Nafas Ebrahimi

Posted on

When I Learned Python, I Made a CLI Tool

Three months ago, I decided to learn Python.

why?

Python gives me power to make everything. most of the developers know it and it has a rich community.

And I did it.

As a programmer who learned Rust language (I will tell you how to learn this and what I did), Python is very easy to learn for me and I learned in 1 week with internet problems.

I was working on a website project and needed to compress some asset images because they are huge. unfortunately, I couldn't access image compressor websites (As Iranian we are in blackout). so, I'd decided to make a CLI tool to compress images. (It doesn't convert images to thumbnail)

Tinypixels output

And after that I made this tool with Python.

This is my first project with Python. Tinypixels: This is Tinypixels repo

Top comments (1)

Collapse
 
nafasebra profile image
Nafas Ebrahimi

I’ve gained some experience in development recently, and I’ll be sharing it here soon.