Skip to content

gregpuzzles1/Sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox

This repository is a personal sandbox for Python experiments, test files, and various programming projects. It contains a wide array of scripts, sample programs, and other resources accumulated over time, most of which are written in Python. The structure and content reflect explorations, coding practice, and solution prototypes for different problems and topics.

Purpose

  • Experiment with Python code and libraries
  • Test programming concepts and features
  • Develop demo programs for practice or teaching
  • Serve as a scratchpad for random programming and computational ideas

Contents

Some examples of what's inside:

  • Python scripts for algorithms, puzzles, games, GUI, and audio
  • Small experiments (e.g., Hello World, GUI demos, fractals)
  • Utility scripts (e.g., finite state machines, file stats)
  • Demos for libraries or modules (tkinter, pygame, PyQt, smtplib)
  • Study/test files and assorted documentation (.txt, .docx)
  • Image, audio, and other binary resources generated by scripts

Sample Files (not exhaustive)

For a full list of files and directories, please see the repository contents on GitHub.

Usage

Feel free to browse, experiment, and adapt the code for your own educational or experimental purposes. Since this is a sandbox, code quality and documentation are casual and sometimes inconsistent.

License

Most files are open source. Please see individual files and the license.txt (if present) for license details.


Created by gregpuzzles1
This repository is intended primarily for personal and educational exploration.