Skip to content

A Python automation tool that scans directories for Go-based game projects, copies them into a target folder, compiles the code, and generates metadata in JSON format.

Notifications You must be signed in to change notification settings

CodewithLodhi/python_scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A lightweight automation tool written in Python that scans directories for Go-based game projects, copies them into a target folder, compiles the code automatically, and generates a metadata JSON file with project details.


Features

  • 🔍 Detects all folders containing Go-based game projects
  • 📦 Copies and organizes projects into a single target directory
  • ⚡ Automatically compiles .go files inside each project
  • 📑 Generates metadata.json with game names and total count

Usage

1️⃣ Run the script

python main.py <source_directory> <target_directory>

About

A Python automation tool that scans directories for Go-based game projects, copies them into a target folder, compiles the code, and generates metadata in JSON format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published