Skip to content

TheFeThrone/Venv-Code-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Venv Code Base

What is this?

Have you ever wanted to automatically run a programm inside a venv?
Well I had this problem and decided to implement something that fits this purpose.
This is a default code that can be edited to fit your purposes

How to start?

  1. Create a venv inside this repository
  • python -m venv <venv name>
    • default venv name: .venv
    • if different name: change line 6 in launch.py
  1. Use main.py as your main file
  2. Run launch.py in terminal* or VSCode Run Button VSCode Run Button

Problems

  • For now it's only working if you press the RUN button in VSCode VSCode Run Button *

About

This is a default code to use venv in programs that should run automatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages