Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arun2002k/python_fun_mini_projects

Fun mini projects to pass time😎.
https://github.com/arun2002k/python_fun_mini_projects

pycharm-ide python3 vscode

Last synced: 23 days ago
JSON representation

Fun mini projects to pass time😎.

Awesome Lists containing this project

README

        

# Python_fun_mini_projects

These are some mini projects, which is build with basic fundamentals in python :] . Try it yourself !!!!.

## Installation

Install necessary python packages with pip command in terminal

```bash
pip install random
pip install pyttsx3
pip install wikipedia
pip install voice
```

## Running Tests

To run tests, run the following command

```bash
python rock_paper_scissors.py
```