Skip to content

TAT00N/Python-Game-Night-Selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python-Game-Night-Selector

This is the code of the program Abruptly Goblins! from the python3 course in Codecademy. Game Night Planner The Game Night Planner is a Python program that helps you organize and plan game nights with your friends. It allows you to manage the availability of gamers and select the best night for a game event.

Table of Contents Installation Usage Documentation Contributing License Installation Clone the repository to your local machine using the following command:

git clone https://github.com/your-username/game-night-planner.git Navigate to the project directory:

cd game-night-planner Run the program:

python game_night_planner.py

Usage The program allows you to:

Add gamers with their availability. Find the best night for a game event. Send email invitations to available gamers. Here are the main functionalities:

Adding Gamers: You can add gamers to the list by providing their name and availability.

Finding the Best Night: The program calculates the best night for a game event based on the availability of gamers.

Sending Email Invitations: You can send email invitations to available gamers for the chosen game night.

Documentation The code is well-documented with docstrings to explain the purpose and usage of each function. You can refer to the code comments and docstrings for more details.

Contributing Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

Fork the repository. Create a new branch for your feature or bug fix. Make your changes and test them. Commit your changes with clear and concise commit messages. Push your changes to your fork. Create a pull request to the main repository. Please follow the Contributor Covenant Code of Conduct.

About

This is the code of the program Abruptly Goblins! from the python3 course in Codecademy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages