# Python_Games **Repository Path**: forked-project/Python_Games ## Basic Information - **Project Name**: Python_Games - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python_Games Python Games using Tkinter Module login.py: This module contains the login session, made using Tkinter module and sqlite3 main.py: This module contains the main GUI box.py: Box game module color.py: Color game module mastermind.py: Mastermind Game module combinatorics.py: Supporting Module for mastermind.py rock.py: Rock paper scissor game module snake1.py: Snake game module Combined.py: combined module for login.py and main.py. Main module through which the project runs