Member-only story

Every Python Coder Needs To Use This

Manpreet Singh
2 min readJul 18, 2022

--

Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to learn more about it:

So, let’s take a look at an awesome Python project you need to use! This specific project will convert our .py files to a .exe file which can be executed on Windows PC’s! This specific project is called auto-py-to-exe, here is a link to their GitHub repository:

This specific project actually has a pretty nice UI as well:

In order to run this project, you want to make sure you have Python 3.6 or newer installed, then, you can install this package by using the following pip command:

--

--

Manpreet Singh
Manpreet Singh

No responses yet