Skip to content

kitimi88/python-minis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python minis

About

A collection of python mini or small-scale software development projects that involve creating simple applications, tools, or games using the Python programming language. These projects are typically designed to be completed in a short amount of time, and may serve as a practical and fun way for beginners (like myself) to learn Python programming concepts and syntax.


What's inside?

See DIRECTORY for better navigation project overview.


Requirements


Installation

IMPORTANT - Some projects may require external packages or special API call instructions to be able to function properly. Click here to know more.

  1. Clone entire reporsitory.
git clone https://github.com/kitimi88/python-minis.git
  1. Setup virtual environment.
py -m venv .venv
  1. Activate virtual environment.
.venv\scripts\activate.ps1
  1. Upgrade pip (Whenever necessary).
$ py -m pip install --upgrade pip
  1. Install required dependecies.
py -m pip install --upgrade -r requirements.txt

Contributions

Pending contribution guide.

License

MIT License


Releases

No releases published

Packages

No packages published

Languages