Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aarush-narang/python-projects
- Owner: aarush-narang
- License: gpl-3.0
- Created: 2021-09-05T22:16:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T02:41:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T09:07:09.755Z (over 1 year ago)
- Language: Python
- Size: 708 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.