Skip to content

NazaNEYn/Python-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 

Repository files navigation

Python Projects

This is a collection of all the projects I've made while learning Python. You can find different types of projects here, like games, creative apps, and helpful scripts.
Each project has its own folder, and each one has its own file with more details and demos.


Games

This section contains all of my interactive games built using Python libraries like turtle or through console-based logic.


Creative & Drawing Apps

This section showcases projects that involve generating visuals or creating interactive drawing tools.


Utilities & Scripts

This section has simple, helpful programs that get a job done.


Web Scraping


How to Run a Project

Each project is in its own folder, so they are easy to run on their own.

  1. Get the code: First, you need to copy this whole project to your computer. Use the command line and type this:
    git clone https://github.com/your-username/your-repository-name.git
    cd your-repository-name
  2. Go to a project: Move into the folder of the project you want to run.
    # Example: To go to the Monster Brawl Game folder
    cd monster-brawl-game
  3. Run the program: Then, you can run the main file of the project.
    python monster_brawl.py

Contact

About

This is a collection of my Python projects and each project has its own dedicated README file for more information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors