Skip to content

It contains mini python projects for both begginers and advance

Notifications You must be signed in to change notification settings

Trifalic47/mini-python-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Mini Tools

This repository contains a collection of mini tools built with Python.

Tools

catcommandPython

A simple implementation of the cat command in Python.

Owner

Setup and Usage

Virtual Environment

You need to configure an venv(virtual enviornment) to run these python projects.So run this command to make an venv called venv.

python3 -m venv venv

On macOS and Linux:

source venv/bin/activate

On Windows:

.\\venv\\Scripts\\activate

Dependencies

To install the required dependencies, run the following command after activating the virtual environment:

pip install -r requirements.txt

About

It contains mini python projects for both begginers and advance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published