Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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π.
- Host: GitHub
- URL: https://github.com/arun2002k/python_fun_mini_projects
- Owner: arun2002k
- Created: 2023-09-22T12:46:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T23:26:50.000Z (about 1 year ago)
- Last Synced: 2024-10-31T17:44:43.627Z (2 months ago)
- Topics: pycharm-ide, python3, vscode
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 TestsTo run tests, run the following command
```bash
python rock_paper_scissors.py
```