Skip to content

William-Lake/ScriptToExeCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScriptToEXECC

Uses the incredibly helpful cookiecutter library to generate a bare-bones Python project for personal use.

The generated project includes a github action which uses pyinstaller via Pyinstaller Windows to generate an .exe and add it to a newly generated release.

The action is triggered when a new tag matching the syntax v#.#.# (E.g. v1.0.0) is created/pushed.

Why?

I have a lot of Python utility scripts at work. I like to have them available as .exes so I can run them from a computer without Python installed, or provide them to someone who doesn't have/doesn't want to have Python installed.

This project reduces the time it takes to meet those needs.

Requirements

Having git installed and on your Path is optional, but recommended.

Usage

cookiecutter https://github.com/William-Lake/ScriptToExeCC.git

About

A Python CookieCutter for converting a single script to an .exe via Github Actions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages