M-Enes / deconst-py

Simple command line tool that deconsts Python files.

Home Page:https://snapcraft.io/deconst-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deconst-py

deconst-py

Simple command line tool for replace constants with their values in Python files.

This repo was arcived by me. I don't think make any development on this project. Thanks for your understanding.

Basic Algorithm

functions

charts designed with draw.io

Installation

Currently, it only works on linux command line. We will support other commonly used operating systems soon.

For Linux

Clone project with command

git clone https://github.com/M-Enes/deconst-py.git

Then, enter the directory with

cd deconst-py

Then, run this

./deconst.py

Congrats! You set up deconst-py successfully, you can use it now with deconst-py on anywhere.

For Windows

Coming soon... đź’»

Known Issues

Currently, doesn't run stable with multiline variables.

Variable name cannot be defined as containing another variable name.

Thanks

Thanks @MaliBYK and @Jandro46t my friends that helped me during the development and feedbacks.

About

Simple command line tool that deconsts Python files.

https://snapcraft.io/deconst-py

License:GNU General Public License v3.0


Languages

Language:Python 100.0%