Giter Club home page Giter Club logo

pythonautomated's Introduction

Python Setup and package manager

Very simple batch file to automate the Python setup of virtual environment, extraction of the requirements file, prepare a main temaplate code, ...

Managing files

1 - projPythonTemplateSetup.bat running this file will create a "main.py" file using the "template.py" example, if the main.py file is not already in the folder
2 - vEnvPythonSetup.bat running this file will create a virtual environment where all the packages have to be installed. To access this virtual environment, open the command prompt and type
.venv\Scripts\activate

Then, having (.vEnv) activated, install the package you need, one by one

pip install packageX

Otherwise, if you have a requirements.txt file you can use the dedicated script

3 - vEnvPythonRequirementsFreeze.bat running this file will create a "requirements.txt" file with the collection of all versioning of libraries.

This, only if a virtual environment is available

4 - vEnvPythonRequiremetsInstall.bat running this file will install all the libraries reported in the reference file.

This, only if a requirements.txt file and the virtual environment are available

4 - RunPythonMain.bat running this file will run the main.py file.

This, only if a main.py file is available

pythonautomated's People

Contributors

ramingo93 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.