Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aarush-narang/python-projects

Random Python programs with some small games
https://github.com/aarush-narang/python-projects

Last synced: 2 days ago
JSON representation

Random Python programs with some small games

Awesome Lists containing this project

README

        

# Python Projects

Many of the scripts in this repository were made when I was just learning python. They are great to learn the basics of Python and I found most of them on [practicepython.org](https://www.practicepython.org/).

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the following dependencies

- numpy

Then, run

```bash
python path_to_your_script
```

## How to Use

This repository contains games which can be played in the console, utilities like a password generator, and math problem solvers. You can run any script induvidually.